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 /testcases/security_scan/config.ini | |
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 'testcases/security_scan/config.ini')
-rw-r--r-- | testcases/security_scan/config.ini | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testcases/security_scan/config.ini b/testcases/security_scan/config.ini new file mode 100644 index 000000000..440b23cbe --- /dev/null +++ b/testcases/security_scan/config.ini @@ -0,0 +1,25 @@ +[controller] +port = 22 +user = heat-admin +user_key = /root/.ssh/stackkey +scantype = xccdf +secpolicy = /usr/share/xml/scap/ssg/content/ssg-centos7-xccdf.xml +cpe = /usr/share/xml/scap/ssg/content/ssg-rhel7-cpe-dictionary.xml +profile = standard +report = report.hmtl +results = results.xml +reports_dir=/home/opnfv/functest/results/security_scan/ +clean = True + +[compute] +port = 22 +user = heat-admin +user_key = /root/.ssh/stackkey +scantype = xccdf +secpolicy = /usr/share/xml/scap/ssg/content/ssg-centos7-xccdf.xml +cpe = /usr/share/xml/scap/ssg/content/ssg-rhel7-cpe-dictionary.xml +profile = standard +report = report.hmtl +results = results.xml +reports_dir=/home/opnfv/functest/results/security_scan/ +clean = True |