aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/config_functest.yaml
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-04-22 14:12:24 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-04-22 14:12:24 +0200
commitb71a8eebb0c5ee6cf6d7559b86501dd715e3d085 (patch)
tree2bf444f6fcf8ea1601e77347d6f9a25f7ec1b4fc /testcases/config_functest.yaml
parentade54b8ec63fc674cfd7d7e0a893b7e34f6b44b1 (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/config_functest.yaml')
-rw-r--r--testcases/config_functest.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml
index 9884523a1..e463df202 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: