summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/vnf/testcases.yaml4
-rw-r--r--functest/ci/testcases.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml
index 7205ec551..b6ab4cf95 100644
--- a/docker/vnf/testcases.yaml
+++ b/docker/vnf/testcases.yaml
@@ -43,7 +43,7 @@ tiers:
description: >-
OpenIMS VNF deployment with Open Baton (Orchestra)
dependencies:
- installer: ''
+ installer: '^((?!compass|fuel).)*$'
scenario: 'os-nosdn-nofeature-ha'
run:
module: 'functest.opnfv_tests.vnf.ims.orchestra_openims'
@@ -57,7 +57,7 @@ tiers:
description: >-
ClearwaterIMS VNF deployment with Open Baton (Orchestra)
dependencies:
- installer: ''
+ installer: '^((?!compass|fuel).)*$'
scenario: 'os-nosdn-nofeature-ha'
run:
module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims'
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 8e48f42ca..229ee5175 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -411,7 +411,7 @@ tiers:
description: >-
OpenIMS VNF deployment with Open Baton (Orchestra)
dependencies:
- installer: ''
+ installer: '^((?!compass|fuel).)*$'
scenario: 'os-nosdn-nofeature-ha'
run:
module: 'functest.opnfv_tests.vnf.ims.orchestra_openims'
@@ -425,7 +425,7 @@ tiers:
description: >-
ClearwaterIMS VNF deployment with Open Baton (Orchestra)
dependencies:
- installer: ''
+ installer: '^((?!compass|fuel).)*$'
scenario: 'os-nosdn-nofeature-ha'
run:
module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims'