blob: a74ce07409dbcab8462b2bab1d324232dce7dba4 [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 -
mrichommef2524ac2019-01-25 09:28:05 +010011 case_name: core
mrichomme9d6a6762018-05-16 09:06:11 +020012 project_name: functest
13 criteria: 100
14 blocking: true
15 description: >-
mrichommef2524ac2019-01-25 09:28:05 +010016 This test case verifies the API of core ONAP components
17 aai, dmap, portal, sdc, sdnc, so, robot
mrichomme9d6a6762018-05-16 09:06:11 +020018 run:
mrichommef2524ac2019-01-25 09:28:05 +010019 name: 'robotframework'
mrichomme9d6a6762018-05-16 09:06:11 +020020 args:
21 suites:
22 - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
23 include:
24 - core
25 variablefile:
26 - '/share/config/integration_robot_properties.py'
mrichommef2524ac2019-01-25 09:28:05 +010027 - '/share/config/vm_properties.py'
mrichomme9d6a6762018-05-16 09:06:11 +020028 - '/share/config/integration_preload_parameters.py'
29
30 -
mrichommef2524ac2019-01-25 09:28:05 +010031 case_name: small
mrichomme9d6a6762018-05-16 09:06:11 +020032 project_name: functest
33 criteria: 100
34 blocking: false
35 description: >-
mrichommef2524ac2019-01-25 09:28:05 +010036 This test case verifies the API of the components
37 aai, dmap, portal, sdc, sdnc, so, robot,
38 AAF, APPC, CLI, COnsul, ESR, Log, MSB, Multicloud, NBI, VID
mrichomme9d6a6762018-05-16 09:06:11 +020039 run:
mrichommef2524ac2019-01-25 09:28:05 +010040 name: 'robotframework'
mrichomme9d6a6762018-05-16 09:06:11 +020041 args:
42 suites:
43 - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
44 include:
mrichommef2524ac2019-01-25 09:28:05 +010045 - core
46 - small
mrichomme9d6a6762018-05-16 09:06:11 +020047 variablefile:
48 - '/share/config/integration_robot_properties.py'
mrichommef2524ac2019-01-25 09:28:05 +010049 - '/share/config/vm_properties.py'
mrichomme9d6a6762018-05-16 09:06:11 +020050 - '/share/config/integration_preload_parameters.py'
51
52 -
mrichommef2524ac2019-01-25 09:28:05 +010053 case_name: medium
mrichomme9d6a6762018-05-16 09:06:11 +020054 project_name: functest
55 criteria: 100
56 blocking: false
57 description: >-
mrichommef2524ac2019-01-25 09:28:05 +010058 This test case verifies the API of the components
59 aai, dmap, portal, sdc, sdnc, so, robot,
60 AAF, APPC, CLI, COnsul, ESR, Log, MSB, Multicloud, NBI, VID,
61 CLAMP, DCAE, OOF, POLICY, UUI, SNIRO
mrichomme9d6a6762018-05-16 09:06:11 +020062 run:
mrichommef2524ac2019-01-25 09:28:05 +010063 name: 'robotframework'
mrichomme9d6a6762018-05-16 09:06:11 +020064 args:
65 suites:
66 - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
67 include:
mrichommef2524ac2019-01-25 09:28:05 +010068 - core
69 - small
70 - medium
mrichomme9d6a6762018-05-16 09:06:11 +020071 variablefile:
72 - '/share/config/integration_robot_properties.py'
mrichommef2524ac2019-01-25 09:28:05 +010073 - '/share/config/vm_properties.py'
mrichomme9d6a6762018-05-16 09:06:11 +020074 - '/share/config/integration_preload_parameters.py'
75 -
mrichommef2524ac2019-01-25 09:28:05 +010076 case_name: full
mrichomme9d6a6762018-05-16 09:06:11 +020077 project_name: functest
78 criteria: 100
79 blocking: false
80 description: >-
mrichommef2524ac2019-01-25 09:28:05 +010081 This test case verifies all the healthcheck Robot tests
mrichomme9d6a6762018-05-16 09:06:11 +020082 based on the default robot tests
mrichomme9d6a6762018-05-16 09:06:11 +020083 run:
mrichommef2524ac2019-01-25 09:28:05 +010084 name: 'robotframework'
mrichomme9d6a6762018-05-16 09:06:11 +020085 args:
86 suites:
87 - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
88 include:
mrichommef2524ac2019-01-25 09:28:05 +010089 - health
mrichomme9d6a6762018-05-16 09:06:11 +020090 variablefile:
91 - '/share/config/integration_robot_properties.py'
mrichommef2524ac2019-01-25 09:28:05 +010092 - '/share/config/vm_properties.py'
mrichomme9d6a6762018-05-16 09:06:11 +020093 - '/share/config/integration_preload_parameters.py'
mrichommef2524ac2019-01-25 09:28:05 +010094