diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-22 14:12:24 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-22 14:12:24 +0200 |
commit | b71a8eebb0c5ee6cf6d7559b86501dd715e3d085 (patch) | |
tree | 2bf444f6fcf8ea1601e77347d6f9a25f7ec1b4fc /testcases | |
parent | ade54b8ec63fc674cfd7d7e0a893b7e34f6b44b1 (diff) |
Fix regex to exclude vPing_ssh and vIMS for scenario dealing with bgpvpn
previous regex was excluding most of the scenario
Change-Id: I7dd9e2b3a844eab232a2b44af382202fca2253ca
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testcases')
-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 9884523a..e463df20 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -217,10 +217,10 @@ test-dependencies: installer: 'apex' functest: vims: - scenario: '(ocl)|(nosdn)|(?!.*bgpvpn)odl' + scenario: '(ocl)|(nosdn)|^(os-odl)((?!bgpvpn).)*$' healthcheck: vping_ssh: - scenario: '(?!.*bgpvpn)odl' + scenario: '^((?!bgpvpn).)*$' vping_userdata: tempest: rally: |