diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-11-30 06:53:01 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-11-30 06:55:48 +0100 |
commit | b5c7a96a1eb523e1c89f3ea9d143ddf39c518022 (patch) | |
tree | a73bc252756017115efaa2b778106cbd18c294fe /functest | |
parent | e63b856182cb65f1943f83b672e7d9e8b9f3dc3e (diff) |
Filter installers for cloudify_vrouter
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'functest')
-rw-r--r-- | functest/ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 1d20a920..a4f8b637 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' |