diff options
-rw-r--r-- | docker/vnf/testcases.yaml | 10 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 8 |
2 files changed, 0 insertions, 18 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 diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 179073a3d..7fe0d69f3 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -556,8 +556,6 @@ tiers: blocking: false description: >- This test case deploys the Cloudify orchestrator. - dependencies: - - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: name: cloudify - @@ -583,8 +581,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 @@ -595,8 +591,6 @@ tiers: blocking: false description: >- This test case is vRouter testing. - dependencies: - - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha' run: name: vyos_vrouter @@ -608,7 +602,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 |