summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-12-15 15:11:40 +0400
committerCédric Ollivier <cedric.ollivier@orange.com>2017-12-19 12:12:01 +0100
commit20b83d8f38b39111269e80eb3560845886ae60c5 (patch)
treec059472fafdc554165ee4175d8a9888ac8f20707
parent8bb271b13a6de3b26da5870b4758c4ba938d8238 (diff)
Filter out orchestra for ssl enabled deployments
Skip orchestra tests for the Compass & Fuel/MCP installers until OpenBaton have updated to version 4.x+ with SSL support. JIRA: ORCHESTRA-17 Change-Id: I894a08fb5ac83a6b1d59d7bcf3a681a8d596968f Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit fa10ca0a16ab8d560b15814ce91e379e01b10030)
-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'