From 6557733dfaaf902f8546dfc019ba1b7fefc889da Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 25 May 2016 17:51:36 +0200 Subject: Add security_scan in Functest CI pipeline JIRA: FUNCTEST-258 Change-Id: Idbf6006910982a9a165952ca3031966855bcb29d Signed-off-by: Morgan Richomme --- ci/exec_test.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ci/exec_test.sh') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 48f2894a..c206a9ba 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." -- cgit 1.2.3-korg