From 1e1fba3aa18ebcbff6746586654805a44e88e9fe Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Wed, 13 Sep 2017 11:21:38 +0800 Subject: Enable Doctor testcase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: Icd855f4534d9d9591165e99aa0eed6b1030018e0 Signed-off-by: dongwenjuan Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'functest') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 67ecaf8eb..470cdb0f7 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 -- cgit 1.2.3-korg