From 20b83d8f38b39111269e80eb3560845886ae60c5 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 15 Dec 2017 15:11:40 +0400 Subject: 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 (cherry picked from commit fa10ca0a16ab8d560b15814ce91e379e01b10030) --- functest/ci/testcases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functest') 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' -- cgit 1.2.3-korg