Exclude copper, doctor and security_scan from apex/fdio scenarios 35/21135/3
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:48:00 +0000 (16:48 +0200)
JIRA: FUNCTEST-475

Change-Id: I720b9d88db94d66f067601608ab2d1435fc93d47
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
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"'