aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/vnf/testcases.yaml2
-rw-r--r--functest/ci/testcases.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml
index 54e5f2920..4117a6583 100644
--- a/docker/vnf/testcases.yaml
+++ b/docker/vnf/testcases.yaml
@@ -56,7 +56,7 @@ tiers:
description: >-
This test case is vRouter testing.
dependencies:
- installer: ''
+ installer: '^((?!compass|fuel).)*$'
scenario: 'os-nosdn-nofeature-ha'
run:
module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter'
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 1d20a9203..a4f8b6373 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -392,7 +392,7 @@ tiers:
description: >-
This test case is vRouter testing.
dependencies:
- installer: ''
+ installer: '^((?!compass|fuel).)*$'
scenario: 'os-nosdn-nofeature-ha'
run:
module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter'