From: Morgan Richomme Date: Wed, 29 Jun 2016 16:16:42 +0000 (+0200) Subject: Suspend Doctor execution on Master for apex scenario X-Git-Tag: colorado.1.0~301 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f595445897a0be8cf709b5562af195f01940373f;p=functest.git Suspend Doctor execution on Master for apex scenario Change-Id: I6a0e8969484ced97a08b87e1fc48a4e53e57bb9d Signed-off-by: Morgan Richomme --- diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 9d8d83d66..4a75bcbde 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -126,7 +126,8 @@ function run_test(){ sleep 10 # to let the instances terminate ;; "doctor") - python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py + # Comment Doctor until Green light from Doctor team + # python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py ;; "ovno") # suite under rewritting for colorado