From f92da09cf4a5679212a782ab70ae860fd790c240 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Mon, 4 Jul 2016 17:22:28 +0200 Subject: Add copper for CI integration JIRA: FUNCTEST-67 Change-Id: Idffa4ccae4eb51ad335a5c49876bb18731990e84 Signed-off-by: Morgan Richomme --- ci/exec_test.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/exec_test.sh') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index daa46906..519ade4b 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 -- cgit 1.2.3-korg