diff options
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index c0bdf96b..519ade4b 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 @@ -135,6 +134,9 @@ function run_test(){ source ${FUNCTEST_CONF_DIR}/stackrc python ${FUNCTEST_REPO_DIR}/testcases/security_scan/security_scan.py --config ${FUNCTEST_REPO_DIR}/testcases/security_scan/config.ini ;; + "copper") + python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py + ;; *) echo "The test case '${test_name}' does not exist." exit 1 |