Exclude copper, doctor and security_scan from apex/fdio scenarios 37/21137/1
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 14 Sep 2016 14:22:03 +0000 (16:22 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 14 Sep 2016 14:53:56 +0000 (14:53 +0000)
JIRA: FUNCTEST-475

Change-Id: I720b9d88db94d66f067601608ab2d1435fc93d47
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
(cherry picked from commit 81c7246253d97ec07a10a01b528b3ef99b2281f4)

ci/testcases.yaml

index 3b76e13..3a9ecbe 100644 (file)
@@ -131,7 +131,7 @@ tiers:
                     Test suite from Doctor project.
                 dependencies:
                     installer: '(apex)|(fuel)'
-                    scenario: ''
+                    scenario: '^((?!fdio).)*$'
 
             -
                 name: bgpvpn
@@ -151,7 +151,7 @@ tiers:
                     Simple security Scan
                 dependencies:
                     installer: 'apex'
-                    scenario: ''
+                    scenario: '^((?!fdio).)*$'
 
             -
                 name: copper
@@ -161,7 +161,7 @@ tiers:
                     Test suite for policy management based on OpenStack Congress
                 dependencies:
                     installer: '(apex)|(joid)'
-                    scenario: '^((?!lxd).)*$'
+                    scenario: '^((?!fdio|lxd).)*$'
             -
                 name: moon
                 criteria: 'status == "PASS"'