mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 1 | --- |
| 2 | tiers: |
| 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 | - |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 11 | case_name: core |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 12 | project_name: functest |
| 13 | criteria: 100 |
| 14 | blocking: true |
| 15 | description: >- |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 16 | This test case verifies the API of core ONAP components |
| 17 | aai, dmap, portal, sdc, sdnc, so, robot |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 18 | run: |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 19 | name: 'robotframework' |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 20 | 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' |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 27 | - '/share/config/vm_properties.py' |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 28 | - '/share/config/integration_preload_parameters.py' |
| 29 | |
| 30 | - |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 31 | case_name: small |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 32 | project_name: functest |
| 33 | criteria: 100 |
| 34 | blocking: false |
| 35 | description: >- |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 36 | 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 |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 39 | run: |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 40 | name: 'robotframework' |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 41 | args: |
| 42 | suites: |
| 43 | - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot |
| 44 | include: |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 45 | - core |
| 46 | - small |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 47 | variablefile: |
| 48 | - '/share/config/integration_robot_properties.py' |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 49 | - '/share/config/vm_properties.py' |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 50 | - '/share/config/integration_preload_parameters.py' |
| 51 | |
| 52 | - |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 53 | case_name: medium |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 54 | project_name: functest |
| 55 | criteria: 100 |
| 56 | blocking: false |
| 57 | description: >- |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 58 | 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 |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 62 | run: |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 63 | name: 'robotframework' |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 64 | args: |
| 65 | suites: |
| 66 | - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot |
| 67 | include: |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 68 | - core |
| 69 | - small |
| 70 | - medium |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 71 | variablefile: |
| 72 | - '/share/config/integration_robot_properties.py' |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 73 | - '/share/config/vm_properties.py' |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 74 | - '/share/config/integration_preload_parameters.py' |
| 75 | - |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 76 | case_name: full |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 77 | project_name: functest |
| 78 | criteria: 100 |
| 79 | blocking: false |
| 80 | description: >- |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 81 | This test case verifies all the healthcheck Robot tests |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 82 | based on the default robot tests |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 83 | run: |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 84 | name: 'robotframework' |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 85 | args: |
| 86 | suites: |
| 87 | - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot |
| 88 | include: |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 89 | - health |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 90 | variablefile: |
| 91 | - '/share/config/integration_robot_properties.py' |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 92 | - '/share/config/vm_properties.py' |
mrichomme | 9d6a676 | 2018-05-16 09:06:11 +0200 | [diff] [blame] | 93 | - '/share/config/integration_preload_parameters.py' |
mrichomme | f2524ac | 2019-01-25 09:28:05 +0100 | [diff] [blame] | 94 | |