From 1c2637322036620aa909cadfc849c231725d4ec1 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Tue, 5 Jul 2016 22:42:14 +0900 Subject: 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 --- ci/exec_test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/exec_test.sh b/ci/exec_test.sh index c0bdf96bf..daa469068 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 -- cgit 1.2.3-korg