diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2018-02-13 15:42:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-13 15:42:31 +0000 |
commit | 7ccd4189200f3fc1bf1429ea4fb7e6001bce7803 (patch) | |
tree | d8c5af56def2bb2781ad49f106b890026da7ae46 /functest | |
parent | 14b025cc9ca739957553d3fede7803be78a1a2cf (diff) | |
parent | 2fbff506d2bece39db007af98c7c5292329b7f31 (diff) |
Merge "Test vnf in all os-nosdn-nofeature scenarios"
Diffstat (limited to 'functest')
-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' |