diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2017-09-13 11:21:38 +0800 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-16 13:02:50 +0200 |
commit | 1e1fba3aa18ebcbff6746586654805a44e88e9fe (patch) | |
tree | 9e45a609d7cef0934328eaa0d55112168c415e4e /docker/features/testcases.yaml | |
parent | 555ac3f8656004d469c04370448a8a46f8a1418d (diff) |
Enable Doctor testcase
It upates upper-constraints.txt and thirdparty-requirements.txt as
doctor-test was renamed to doctor-tests.
It installs the doctor packages and its requirements via python3.
Then python_version>='3.0' conditions are added to avoid installing
them for python2.
It also calls the new console scripts and modifies the installer
list supporting it.
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Icd855f4534d9d9591165e99aa0eed6b1030018e0
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features/testcases.yaml')
-rw-r--r-- | docker/features/testcases.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index e8a2095c5..dc137429b 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -25,20 +25,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 |