From c6caba5fd5261909ce0ab26b9b9dabbd35e0bf00 Mon Sep 17 00:00:00 2001 From: lukehinds Date: Thu, 26 May 2016 19:53:28 +0100 Subject: Add Apex based security scan code JIRA: FUNCTEST-169 Performs a SCAP based security scan of all overcloud nodes, followed by report download to functest dashboard Change-Id: I9058227e19c0877e5f8913931febdd667a908cdd Signed-off-by: lukehinds --- ci/exec_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 8c87160e..29163971 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -134,8 +134,8 @@ function run_test(){ # ${repos_dir}/ovno/Testcases/RunTests.sh ;; "security_scan") - # TODO - # call you script here.... + # To be enabled once verified manually + # python ${FUNCTEST_REPO_DIR}/Testcases/security_scan/security_scan.py --config config.ini ;; *) echo "The test case '${test_name}' does not exist." -- cgit 1.2.3-korg