diff options
author | h-hayashi <hideyasu.hayashi@okinawaopenlabs.org> | 2017-01-30 17:15:41 +0900 |
---|---|---|
committer | h-hayashi <hideyasu.hayashi@okinawaopenlabs.org> | 2017-01-31 18:58:43 +0900 |
commit | 19fe5417abf7e51bca79d164bf8d48b7a02e4077 (patch) | |
tree | c41a6cc4fd9d32d55a12735845d1cb8232b89c0a /functest/ci/testcases.yaml | |
parent | 3976ba7e348a6eef3a114fab4f5af57325e292e2 (diff) |
Adapt doctor test case to the FeatureBase framework
JIRA: FUNCTEST-545
1. Modification of “doctor.py” to adapt Feature Base framework.
deletion of detail("timestart and duration , status).
2. Deletion of definition of doctor’s repo directory in “functest_const.py"
Change-Id: I81d944dc64a81346cbf465c452111f11474ea83c
Signed-off-by: Hideyasu Hayashi <hideyasu.hayashi@okinawaopenlabs.org>
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index f1cce489..27d358bf 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -195,6 +195,9 @@ tiers: dependencies: installer: '(apex)|(fuel)|(joid)' scenario: '^((?!fdio).)*$' + run: + module: 'functest.opnfv_tests.features.doctor' + class: 'Doctor' - name: bgpvpn |