diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-11-06 13:14:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-06 13:14:11 +0000 |
commit | a4803c26c8519b0c29e0cd5996bede920e886c43 (patch) | |
tree | a67d700372c406ee0fc30f654e6022e9d484e2c0 /docker | |
parent | d1100605ce8abf0fb02a85d53a87a1f96aab0a60 (diff) | |
parent | 50ef82686dbea0321582a36f0ee1b3ee77a0ada1 (diff) |
Merge changes If9b61064,I0490eade into stable/hunter
* changes:
Increase Vmtp timeouts
Run vnfs in all scenarios
Diffstat (limited to 'docker')
-rw-r--r-- | docker/vnf/testcases.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index 170eed0e5..9822a515a 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -13,8 +13,6 @@ tiers: blocking: false description: >- This test case deploys the Cloudify orchestrator. - dependencies: - - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: name: cloudify - @@ -26,8 +24,6 @@ tiers: This test case deploys an OpenSource vIMS solution from Clearwater using the Cloudify orchestrator. It also runs some signaling traffic. - dependencies: - - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: name: cloudify_ims @@ -40,8 +36,6 @@ tiers: This test case deploys an OpenSource vIMS solution from Clearwater using the OpenStack Heat orchestrator. It also runs some signaling traffic. - dependencies: - - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: name: heat_ims @@ -52,8 +46,6 @@ tiers: blocking: false description: >- This test case is vRouter testing. - dependencies: - - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: name: vyos_vrouter @@ -65,7 +57,5 @@ tiers: description: >- vEPC validation with Juju as VNF manager and ABoT as test executor. - dependencies: - - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: name: juju_epc |