From: Ryota MIBU Date: Tue, 5 Jul 2016 13:42:14 +0000 (+0900) Subject: Enable doctor test scenario in master X-Git-Tag: colorado.1.0~287 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F16381%2F1;p=functest.git 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 --- 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