summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-09-14 16:22:03 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-09-14 16:48:00 +0200
commit81c7246253d97ec07a10a01b528b3ef99b2281f4 (patch)
tree16589cdecea0a99a16cf1fc8cea5c145bb9c02b5 /ci
parenta684becbcffc993322209b525a64f10ee10d7ab5 (diff)
Exclude copper, doctor and security_scan from apex/fdio scenarios
JIRA: FUNCTEST-475 Change-Id: I720b9d88db94d66f067601608ab2d1435fc93d47 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'ci')
-rw-r--r--ci/testcases.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/testcases.yaml b/ci/testcases.yaml
index 3b76e139d..3a9ecbebd 100644
--- a/ci/testcases.yaml
+++ b/ci/testcases.yaml
@@ -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"'