From b71a8eebb0c5ee6cf6d7559b86501dd715e3d085 Mon Sep 17 00:00:00 2001
From: Morgan Richomme <morgan.richomme@orange.com>
Date: Fri, 22 Apr 2016 14:12:24 +0200
Subject: 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>
---
 testcases/config_functest.yaml | 4 ++--
 1 file 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:
-- 
cgit