From b5c7a96a1eb523e1c89f3ea9d143ddf39c518022 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 --- functest/ci/testcases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/ci') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 1d20a9203..a4f8b6373 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -392,7 +392,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