From a6ef634a1bc7ba1f877f421bfcb7532d9501c045 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 30 Nov 2017 06:53:01 +0100 Subject: Filter installers for cloudify_vrouter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As cloudify_vrouter doesn't support SSL endpoints [1], it shouldn't be executed if compass or fuel. [1] https://jira.opnfv.org/browse/FUNCTEST-881 Change-Id: Ieedc0d5eca57f00da2121c9e07dd5cc57f978ef6 Signed-off-by: Cédric Ollivier (cherry picked from commit b5c7a96a1eb523e1c89f3ea9d143ddf39c518022) --- docker/vnf/testcases.yaml | 4 ++-- functest/ci/testcases.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index 5db81b89f..d89be6fe3 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -57,8 +57,8 @@ tiers: description: >- This test case is vRouter testing. dependencies: - installer: '' - scenario: 'nosdn-nofeature' + installer: '^((?!compass|fuel).)*$' + scenario: 'os-nosdn-nofeature-ha' run: module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter' class: 'CloudifyVrouter' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 0bdd9bd3a..c099eb934 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -425,7 +425,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' -- cgit 1.2.3-korg