summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-xci/exec_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index daa469068..519ade4b6 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -134,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