aboutsummaryrefslogtreecommitdiffstats
path: root/docker/vnf
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-07-13 21:54:41 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-07-13 21:57:12 +0200
commit90be33f0b7fca6a9d4b11950d0ff0eecf9674848 (patch)
treecf483bdb34a00639c849ccf26c3d31ee6cb67f8e /docker/vnf
parentff0ae3f577311611f8c7ad9ef21370c439e8565b (diff)
Fix components and vnf testcase dependencies
It completes "Leverage to Xtesting 0.51" [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/59755/ Change-Id: Id36f1d84c305829d14e069b6ec5d056256f42fe1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/vnf')
-rw-r--r--docker/vnf/testcases.yaml13
1 files changed, 4 insertions, 9 deletions
diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml
index bc2a425cc..1b2bd9822 100644
--- a/docker/vnf/testcases.yaml
+++ b/docker/vnf/testcases.yaml
@@ -3,7 +3,6 @@ tiers:
-
name: vnf
order: 4
- ci_loop: '(daily)|(weekly)'
description: >-
Collection of VNF test cases.
testcases:
@@ -15,8 +14,7 @@ tiers:
description: >-
This test case deploys the Cloudify orchestrator.
dependencies:
- installer: ''
- scenario: 'os-.*-nofeature-.*ha'
+ - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
run:
module: 'functest.core.cloudify'
class: 'Cloudify'
@@ -30,8 +28,7 @@ tiers:
Clearwater using the Cloudify orchestrator. It also runs
some signaling traffic.
dependencies:
- installer: ''
- scenario: 'os-.*-nofeature-.*ha'
+ - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
run:
module: 'functest.opnfv_tests.vnf.ims.cloudify_ims'
class: 'CloudifyIms'
@@ -44,8 +41,7 @@ tiers:
description: >-
This test case is vRouter testing.
dependencies:
- installer: ''
- scenario: 'os-.*-nofeature-.*ha'
+ - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
run:
module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter'
class: 'CloudifyVrouter'
@@ -59,8 +55,7 @@ tiers:
vEPC validation with Juju as VNF manager and ABoT as test
executor.
dependencies:
- installer: ''
- scenario: 'os-.*-nofeature-.*ha'
+ - DEPLOY_SCENARIO: 'os-.*-nofeature-.*ha'
run:
module: 'functest.opnfv_tests.vnf.epc.juju_epc'
class: 'JujuEpc'