diff options
author | Luke Hinds <lukehinds@gmail.com> | 2016-06-14 11:07:38 +0100 |
---|---|---|
committer | Luke Hinds <lukehinds@gmail.com> | 2016-06-14 13:13:03 +0100 |
commit | d313edf7da239ab1dd711b25440db1d7916b9680 (patch) | |
tree | 4973a22c898149412246f5f84c1cb5dd624b8446 /ci | |
parent | 3ce041f875fa66ddecde577fdd7041abb3fc5ba9 (diff) |
Enable security scanning
Change-Id: Ib179ee6b2fcc7cf6c9ac522fdb83755ecbb99f52
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 2269aa7f..3af16495 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -134,8 +134,7 @@ function run_test(){ # ${repos_dir}/ovno/Testcases/RunTests.sh ;; "security_scan") - # To be enabled once verified manually - # python ${FUNCTEST_REPO_DIR}/Testcases/security_scan/security_scan.py --config config.ini + python ${FUNCTEST_REPO_DIR}/testcases/security_scan/security_scan.py --config ${FUNCTEST_REPO_DIR}/testcases/security_scan/config.ini ;; *) echo "The test case '${test_name}' does not exist." |