diff options
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index a5ddcf23..ffdfa51e 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -24,7 +24,7 @@ tiers: order: 1 ci_loop: '(daily)|(weekly)' description : >- - Set of basic Functional tests to validate the OpenStack deployment. + Set of basic Functional tests to validate the OPNFV scenarios. testcases: - name: vping_ssh @@ -38,7 +38,7 @@ tiers: installer: '' scenario: '^((?!bgpvpn|odl_l3).)*$' run: - module: 'functest.opnfv_tests.OpenStack.vPing.vping_ssh' + module: 'functest.opnfv_tests.openstack.vping.vping_ssh' class: 'VPingSSH' - @@ -52,7 +52,7 @@ tiers: installer: '' scenario: '^((?!lxd).)*$' run: - module: 'functest.opnfv_tests.OpenStack.vPing.vping_userdata' + module: 'functest.opnfv_tests.openstack.vping.vping_userdata' class: 'VPingUserdata' - @@ -79,14 +79,6 @@ tiers: installer: '' scenario: '^((?!bgpvpn).)*$' - - - name: sdn_suites - order: 2 - ci_loop: '(daily)|(weekly)' - description : >- - Test suites corresponding to the different - SDN Controllers existing in OPNFV. - testcases: - name: odl criteria: 'success_rate == 100%' @@ -99,8 +91,8 @@ tiers: installer: '' scenario: 'odl' run: - module: 'functest.opnfv_tests.Controllers.ODL.OpenDaylightTesting' - class: 'ODLTestCases' + module: 'functest.opnfv_tests.sdn.odl.odl' + class: 'ODLTests' - name: onos @@ -116,7 +108,7 @@ tiers: - name: features - order: 3 + order: 2 ci_loop: '(daily)|(weekly)' description : >- Test suites from feature projects @@ -153,7 +145,7 @@ tiers: scenario: 'bgpvpn' run: module: 'functest.opnfv_tests.features.sdnvpn' - class: 'SDNVPN' + class: 'SdnVpnTests' - name: security_scan @@ -203,7 +195,7 @@ tiers: scenario: '' run: module: 'functest.opnfv_tests.features.domino' - class: 'DominoCases' + class: 'DominoTests' - name: odl-sfc criteria: 'status == "PASS"' @@ -231,10 +223,12 @@ tiers: dependencies: installer: 'fuel' scenario: '^((?!bgpvpn|noha).)*$' - + run: + module: 'functest.opnfv_tests.vnf.rnc.parser' + class: 'Parser' - name: openstack - order: 4 + order: 3 ci_loop: 'weekly' description : >- Extensive testing of OpenStack API. @@ -264,7 +258,7 @@ tiers: - name: vnf - order: 5 + order: 4 ci_loop: 'weekly' description : >- Collection of VNF test cases. |