From: Morgan Richomme Date: Thu, 8 Sep 2016 09:50:25 +0000 (+0200) Subject: Exclude Doctor from Functest for fuel scenarios X-Git-Tag: 0.2~1175 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3097840a4cf0d4c4a32ce24b38af4cc2c601526b;p=functest-xtesting.git Exclude Doctor from Functest for fuel scenarios Doctor, as part of the feature project, is FAIL on fuel scenarios JIRA: FUNCTEST-192 Change-Id: Ic5b9b4afe80fbb2d5887bdf46410a0fc72e7be37 Signed-off-by: Morgan Richomme --- diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 3a9ecbeb..409bc007 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -130,7 +130,7 @@ tiers: description: >- Test suite from Doctor project. dependencies: - installer: '(apex)|(fuel)' + installer: 'apex' scenario: '^((?!fdio).)*$' -