diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-07-05 22:42:14 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-07-05 22:45:10 +0900 |
commit | 1c2637322036620aa909cadfc849c231725d4ec1 (patch) | |
tree | 1b8cf39a1479ef0c80c02c1d7c487e2965092f47 | |
parent | d06192797130151a119d8854479eba01bbe52cce (diff) |
Enable doctor test scenario in master
The doctor testing script has fixed and improved by adding timeout
function, now it can be back to enable.
Change-Id: I5b5602dc3453cdbca14fc78aa567b69b27896a5d
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
-rwxr-xr-x | ci/exec_test.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index c0bdf96b..daa46906 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -122,8 +122,7 @@ function run_test(){ sleep 10 # to let the instances terminate ;; "doctor") - # Comment Doctor until Green light from Doctor team - # python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py + python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py ;; "ovno") # suite under rewritting for colorado |