diff options
author | lukehinds <lukehinds@gmail.com> | 2016-05-26 19:53:28 +0100 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-05-31 13:14:11 +0000 |
commit | c6caba5fd5261909ce0ab26b9b9dabbd35e0bf00 (patch) | |
tree | 191036d84f706e5a5650bf3f63b99de5a997547b /ci/exec_test.sh | |
parent | 03a5887906ce8c757f8b646b8ec65bf56f44829c (diff) |
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 <lukehinds@gmail.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 8c87160ea..291639715 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." |