diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-10 10:35:01 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-10 10:35:01 +0100 |
commit | fa713ad35783cf0c5d893bded40458c6bc96b02f (patch) | |
tree | 191b3278ccff192c96d085927fa723811b6a52e4 /functest/ci/testcases.yaml | |
parent | d51d33142ddd7f94781f0b2855a8f19c29cfe941 (diff) |
Exclude Doctor from Joid scnenarios
Doctor feature not available for Joid on Danube
Change-Id: I1d39ff15a1fe003689828f6923b92c7e7c7d716f
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 767380fc..41541223 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -258,7 +258,7 @@ tiers: description: >- Test suite from Doctor project. dependencies: - installer: '(apex)|(fuel)|(joid)' + installer: '(apex)|(fuel)' scenario: '^((?!fdio).)*$' run: module: 'functest.opnfv_tests.features.doctor' |