diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-11-30 11:37:11 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-11-30 11:41:24 +0100 |
commit | c38d87b9a57466a5663395926a576a87623eb2f4 (patch) | |
tree | be8b822e4e8a26a56bf9746f46788c17ca6a2b07 /functest/ci | |
parent | c9b458f4cdfd3a101943bc0e47dbbb895b5b4dd0 (diff) |
Reorder Vnf testcases
Cloudify IMS testcases could easily tigger jjob timeouts.
Vyos_router should run before as it ends much quickier.
Change-Id: Icd4323a7216615e75613e5fb241ae144f727d4fd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/testcases.yaml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index a4f8b637..0759fc0e 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -356,6 +356,21 @@ tiers: run: module: 'functest.opnfv_tests.vnf.ims.cloudify_ims' class: 'CloudifyIms' + + - + case_name: vyos_vrouter + project_name: functest + criteria: 100 + blocking: false + description: >- + This test case is vRouter testing. + dependencies: + installer: '^((?!compass|fuel).)*$' + scenario: 'os-nosdn-nofeature-ha' + run: + module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter' + class: 'CloudifyVrouter' + - case_name: orchestra_openims project_name: orchestra @@ -383,17 +398,3 @@ tiers: run: module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims' class: 'ClearwaterImsVnf' - - - - case_name: vyos_vrouter - project_name: functest - criteria: 100 - blocking: false - description: >- - This test case is vRouter testing. - dependencies: - installer: '^((?!compass|fuel).)*$' - scenario: 'os-nosdn-nofeature-ha' - run: - module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter' - class: 'CloudifyVrouter' |