From: Morgan Richomme Date: Wed, 14 Sep 2016 14:22:03 +0000 (+0200) Subject: Exclude copper, doctor and security_scan from apex/fdio scenarios X-Git-Tag: 0.2~1176 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=81c7246253d97ec07a10a01b528b3ef99b2281f4;p=functest-xtesting.git Exclude copper, doctor and security_scan from apex/fdio scenarios JIRA: FUNCTEST-475 Change-Id: I720b9d88db94d66f067601608ab2d1435fc93d47 Signed-off-by: Morgan Richomme --- diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 3b76e139..3a9ecbeb 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"'