blob: 484a7f011abd57f2956a59385406567f1e68c7ba [file] [log] [blame]
mrichomme9d6a6762018-05-16 09:06:11 +02001---
2tiers:
3 -
4 name: onap
5 order: 1
6 ci_loop: '(daily)|(weekly)'
7 description: >-
8 Set of basic Functional tests to validate the ONAP installation.
9 testcases:
10 -
11 case_name: robot_healthcheck
12 project_name: functest
13 criteria: 100
14 blocking: true
15 description: >-
16 This test case verifies the basic ONAP API: appc, sdnc,so,
17 vid, ....based on the default robot tests
18 dependencies:
19 installer: ''
20 scenario: ''
21 run:
22 module: 'xtesting.core.robotframework'
23 class: 'RobotFramework'
24 args:
25 suites:
26 - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
27 include:
28 - core
29 variablefile:
30 - '/share/config/integration_robot_properties.py'
31 - '/share/config/integration_vm_properties.py'
32 - '/share/config/integration_preload_parameters.py'
33
34 -
35 case_name: robot_api
36 project_name: functest
37 criteria: 100
38 blocking: false
39 description: >-
40 This test case verifies DCAE api
41 based on the default robot tests
42 dependencies:
43 installer: ''
44 scenario: ''
45 run:
46 module: 'xtesting.core.robotframework'
47 class: 'RobotFramework'
48 args:
49 suites:
50 - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
51 include:
52 - api
53 variablefile:
54 - '/share/config/integration_robot_properties.py'
55 - '/share/config/integration_vm_properties.py'
56 - '/share/config/integration_preload_parameters.py'
57
58 -
59 case_name: robot_dcae
60 project_name: functest
61 criteria: 100
62 blocking: false
63 description: >-
64 This test case verifies DCAE api
65 based on the default robot tests
66 dependencies:
67 installer: ''
68 scenario: ''
69 run:
70 module: 'xtesting.core.robotframework'
71 class: 'RobotFramework'
72 args:
73 suites:
74 - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
75 include:
76 - dcae
77 variablefile:
78 - '/share/config/integration_robot_properties.py'
79 - '/share/config/integration_vm_properties.py'
80 - '/share/config/integration_preload_parameters.py'
81 -
82 case_name: robot_multicloud
83 project_name: functest
84 criteria: 100
85 blocking: false
86 description: >-
87 This test case verifies the multicloud features of ONAP
88 based on the default robot tests
89 dependencies:
90 installer: ''
91 scenario: ''
92 run:
93 module: 'xtesting.core.robotframework'
94 class: 'RobotFramework'
95 args:
96 suites:
97 - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
98 include:
99 - multicloud
100 variablefile:
101 - '/share/config/integration_robot_properties.py'
102 - '/share/config/integration_vm_properties.py'
103 - '/share/config/integration_preload_parameters.py'
104 -
105 case_name: robot_3rdparty
106 project_name: functest
107 criteria: 100
108 blocking: false
109 description: >-
110 This test case verifies the ONAP 3rd party API
111 especially the different drivers
112 based on the default robot tests
113 dependencies:
114 installer: ''
115 scenario: ''
116 run:
117 module: 'xtesting.core.robotframework'
118 class: 'RobotFramework'
119 args:
120 suites:
121 - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
122 include:
123 - 3rdparty
124 variablefile:
125 - '/share/config/integration_robot_properties.py'
126 - '/share/config/integration_vm_properties.py'
127 - '/share/config/integration_preload_parameters.py'