Fix regex to exclude vPing_ssh and vIMS for scenario dealing with bgpvpn 73/12573/1
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 22 Apr 2016 12:12:24 +0000 (14:12 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 22 Apr 2016 12:12:24 +0000 (14:12 +0200)
previous regex was excluding most of the scenario

Change-Id: I7dd9e2b3a844eab232a2b44af382202fca2253ca
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
testcases/config_functest.yaml

index 9884523..e463df2 100644 (file)
@@ -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: