diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-25 18:01:22 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-25 18:01:22 +0100 |
commit | 9a69a7e51bc387681946be68f6fb7e915183018a (patch) | |
tree | bef800212b83746a4c89509edc0c2bed3d7831df /functest/ci | |
parent | 0ef5ea9304d2e848581ebefe7ac6c4bd4fb7f507 (diff) |
Merge smoke and sdn_controllers into smoke
1 category = min test suites to validate a scenario (feature excluded)
Change-Id: I8ed2d2175dbdb13c1e762fdfc3f3280551d853f2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/testcases.yaml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index ae6e16d6..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 @@ -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%' @@ -116,7 +108,7 @@ tiers: - name: features - order: 3 + order: 2 ci_loop: '(daily)|(weekly)' description : >- Test suites from feature projects @@ -236,7 +228,7 @@ tiers: class: 'Parser' - name: openstack - order: 4 + order: 3 ci_loop: 'weekly' description : >- Extensive testing of OpenStack API. @@ -266,7 +258,7 @@ tiers: - name: vnf - order: 5 + order: 4 ci_loop: 'weekly' description : >- Collection of VNF test cases. |