From: Morgan Richomme Date: Fri, 22 Apr 2016 12:12:24 +0000 (+0200) Subject: Fix regex to exclude vPing_ssh and vIMS for scenario dealing with bgpvpn X-Git-Tag: colorado.1.0~424 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F12573%2F1;p=functest.git 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 --- 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: