diff options
author | Luke Hinds <lukehinds@gmail.com> | 2016-06-09 19:14:19 +0100 |
---|---|---|
committer | Luke Hinds <lukehinds@gmail.com> | 2016-06-09 19:45:53 +0100 |
commit | 41d963f89b9a1de8c7a4583ff1bbe1275e5ac0c2 (patch) | |
tree | 223137d4a2b692b5828f4562dedc2b9440893b09 /testcases/security_scan/examples | |
parent | b049ac7ad61134b4a405505db5e041fd6bdb8a5c (diff) |
Fixes and Docker Specific Attributes on security_scan
JIRA: FUNCTEST-306
Fixed Incorrect logging format
Added Key Download
Added Docker Specifics discovered during tests
Change-Id: I0c275c77a1eeb5911afb472bd0cb9c8020ae5879
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
Diffstat (limited to 'testcases/security_scan/examples')
-rw-r--r-- | testcases/security_scan/examples/xccdf-rhel7-server-upstream.ini | 8 | ||||
-rw-r--r-- | testcases/security_scan/examples/xccdf-standard.ini | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/testcases/security_scan/examples/xccdf-rhel7-server-upstream.ini b/testcases/security_scan/examples/xccdf-rhel7-server-upstream.ini index cd5d4d27..9d12fa27 100644 --- a/testcases/security_scan/examples/xccdf-rhel7-server-upstream.ini +++ b/testcases/security_scan/examples/xccdf-rhel7-server-upstream.ini @@ -1,7 +1,12 @@ +[undercloud] +port = 22 +user = stack +remotekey = /home/stack/.ssh/id_rsa +localkey = /home/opnfv/.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 @@ -14,7 +19,6 @@ 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 diff --git a/testcases/security_scan/examples/xccdf-standard.ini b/testcases/security_scan/examples/xccdf-standard.ini index 440b23cb..992ca7e3 100644 --- a/testcases/security_scan/examples/xccdf-standard.ini +++ b/testcases/security_scan/examples/xccdf-standard.ini @@ -1,7 +1,12 @@ +[undercloud] +port = 22 +user = stack +remotekey = /home/stack/.ssh/id_rsa +localkey = /home/opnfv/.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 @@ -14,7 +19,6 @@ 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 |