bugfix: import module
[functest.git] / testcases / security_scan / config.ini
index 440b23c..9d97fc1 100644 (file)
@@ -1,11 +1,16 @@
+[undercloud]
+port = 22
+user = stack
+remotekey = /home/stack/.ssh/id_rsa
+localkey = /root/.ssh/overCloudKey
+
 [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
+profile = stig-rhel7-server-upstream
 report = report.hmtl
 results = results.xml
 reports_dir=/home/opnfv/functest/results/security_scan/
@@ -14,11 +19,10 @@ 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
+profile = sstig-rhel7-server-upstream
 report = report.hmtl
 results = results.xml
 reports_dir=/home/opnfv/functest/results/security_scan/