diff options
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/testcases.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index b3c66bc4..eaf62adc 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -359,7 +359,7 @@ tiers: some signaling traffic. dependencies: installer: '' - scenario: 'os-nosdn-nofeature-ha' + scenario: 'os-nosdn-nofeature-.*ha' run: module: 'functest.opnfv_tests.vnf.ims.cloudify_ims' class: 'CloudifyIms' @@ -373,7 +373,7 @@ tiers: This test case is vRouter testing. dependencies: installer: '' - scenario: 'os-nosdn-nofeature-ha' + scenario: 'os-nosdn-nofeature-.*ha' run: module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter' class: 'CloudifyVrouter' @@ -387,8 +387,8 @@ tiers: description: >- OpenIMS VNF deployment with Open Baton (Orchestra) dependencies: - installer: 'daisy' - scenario: 'os-nosdn-nofeature-ha' + installer: '' + scenario: 'os-nosdn-nofeature-.*ha' run: module: 'functest.opnfv_tests.vnf.ims.orchestra_openims' class: 'OpenImsVnf' @@ -402,8 +402,8 @@ tiers: description: >- ClearwaterIMS VNF deployment with Open Baton (Orchestra) dependencies: - installer: 'daisy' - scenario: 'os-nosdn-nofeature-ha' + installer: '' + scenario: 'os-nosdn-nofeature-.*ha' run: module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims' @@ -419,7 +419,7 @@ tiers: executor. dependencies: installer: '' - scenario: 'os-nosdn-nofeature-ha' + scenario: 'os-nosdn-nofeature-.*ha' run: module: 'functest.opnfv_tests.vnf.epc.juju_epc' class: 'JujuEpc' |