summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-05-25 17:51:36 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-05-25 18:20:47 +0200
commit6557733dfaaf902f8546dfc019ba1b7fefc889da (patch)
tree055c763576554c2973dec068c065e6897231a3d0 /ci/exec_test.sh
parentff4884e24b60306c287d341ee057c106f2b5ba9e (diff)
Add security_scan in Functest CI pipeline
JIRA: FUNCTEST-258 Change-Id: Idbf6006910982a9a165952ca3031966855bcb29d Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-xci/exec_test.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index 48f2894af..c206a9baa 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -128,7 +128,13 @@ function run_test(){
python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py
;;
"ovno")
- ${repos_dir}/ovno/Testcases/RunTests.sh
+ # suite under rewritting for colorado
+ # no need to run anything until refactoring done
+ # ${repos_dir}/ovno/Testcases/RunTests.sh
+ ;;
+ "security_scan")
+ # TODO
+ # call you script here....
;;
*)
echo "The test case '${test_name}' does not exist."