diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-12-15 15:11:40 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-12-15 15:27:49 +0400 |
commit | fa10ca0a16ab8d560b15814ce91e379e01b10030 (patch) | |
tree | 6e18a83161fdea3661dc5a8708cdcfece21fa441 /functest | |
parent | fc0d8c601ce627d5f7b8c5e3eef73bd01c6db7d4 (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>
Diffstat (limited to 'functest')
-rw-r--r-- | functest/ci/testcases.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 6547ca78..8b0f0ca7 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -385,7 +385,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' @@ -399,7 +399,7 @@ tiers: description: >- ClearwaterIMS VNF deployment with Open Baton (Orchestra) dependencies: - installer: '' + installer: '^((?!compass|fuel).)*$' scenario: 'os-nosdn-nofeature-ha' run: module: |