summaryrefslogtreecommitdiffstats
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 14:53:56 +0000
commita4c2cbbc6f9696feb88e663a0d41e393764d0fca (patch)
tree3dc8ac167f2c13c69f8b6382d08ccbe1a196a3f3
parent5757d9856036a1afff04c1cd12187251a5fc48f5 (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> (cherry picked from commit 81c7246253d97ec07a10a01b528b3ef99b2281f4)
-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"'