diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-09-20 17:27:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-20 17:27:43 +0000 |
commit | c002052b471023e83ba716543db62b94a4a2bed5 (patch) | |
tree | 385186ac0d98c4e939b71bba8e72cecfc311bb1d /functest | |
parent | 63c4f79fda75a4f9f0bdc056e96bb8b5df563210 (diff) | |
parent | 1e1fba3aa18ebcbff6746586654805a44e88e9fe (diff) |
Merge "Enable Doctor testcase"
Diffstat (limited to 'functest')
-rw-r--r-- | functest/ci/testcases.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 67ecaf8e..470cdb0f 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -253,20 +253,19 @@ tiers: - case_name: doctor-notification - enabled: false project_name: doctor criteria: 100 blocking: false description: >- Test suite from Doctor project. dependencies: - installer: '(apex)|(fuel)' + installer: 'apex' scenario: '^((?!fdio).)*$' run: module: 'functest.core.feature' class: 'BashFeature' args: - cmd: '(cd /src/doctor-test/tests && run.sh)' + cmd: 'doctor-test' - case_name: bgpvpn |