diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-27 15:28:11 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-27 15:28:11 +0200 |
commit | 23b0fe1dbb4a5ac44a81686c0b798d8991d40d83 (patch) | |
tree | 9291e067ed60b4b92f327693ceac9fe7b4852401 | |
parent | c27f1bb4abc416ba42400aac7587e546fb92f9f1 (diff) |
bug fix: fix regex to allow vping_ssh on all the scenarios
regression introduced with bgpvpn case
JIRA: FUNCTEST-231
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r-- | testcases/config_functest.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 909ba0f28..120294e15 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -233,9 +233,9 @@ test-dependencies: installer: 'apex' functest: vims: - scenario: '(ocl)|(nosdn)|(?!.*bgpvpn)odl' + scenario: '(ocl)|(nosdn)|^(os-odl)((?!bgpvpn).)*$' vping_ssh: - scenario: '(?!.*bgpvpn)odl' + scenario: '^((?!bgpvpn).)*$' vping_userdata: scenario: '(ocl)|(odl)|(nosdn)' tempest: |