You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting console output to log level INFO
INFO - The base image option has not been specified, choosing libvirt-based test environment.
INFO - Logging into /home/mlysonek/SCAP/content/logs/rule-custom-2022-01-04-1200/test_suite.log
INFO - xccdf_org.ssgproject.content_rule_service_pcscd_enabled
INFO - Script service_disabled.fail.sh using profile (all) OK
ERROR - oscap info /home/mlysonek/SCAP/content/logs/rule-custom-2022-01-04-1200/service_pcscd_enabled-service_disabled.fail.sh-remediation-arf.xml returned 1 exit code
ERROR - Failed to copy root@192.168.122.8:/xccdf_org.ssgproject.content_rule_service_pcscd_enabled.sh to /home/mlysonek/SCAP/content/logs/rule-custom-2022-01-04-1200: 'scp' command returned non-zero.
ERROR - Failed to download file /xccdf_org.ssgproject.content_rule_service_pcscd_enabled.sh
ERROR - The remediation failed for rule 'xccdf_org.ssgproject.content_rule_service_pcscd_enabled'.
Expected Results:
No error
Additional Information/Debugging Steps:
Without --remediate-using, it's fine:
$ python3 tests/test_suite.py rule --libvirt qemu:///session test-suite-rhel9 --datastream build/ssg-rhel9-ds.xml --scenarios service_disabled service_pcscd_enabled
Setting console output to log level INFO
INFO - The base image option has not been specified, choosing libvirt-based test environment.
INFO - Logging into /home/mlysonek/SCAP/content/logs/rule-custom-2022-01-04-1158/test_suite.log
INFO - xccdf_org.ssgproject.content_rule_service_pcscd_enabled
INFO - Script service_disabled.fail.sh using profile (all) OK
The text was updated successfully, but these errors were encountered:
Description of problem:
When
--remediate-using
option is used, SSGTS final phase results in error because it can't download ARF file from VM.SCAP Security Guide Version:
8837604
Operating System Version:
RHEL9
Steps to Reproduce:
$ python3 tests/test_suite.py rule --libvirt qemu:///session test-suite-rhel9 --datastream build/ssg-rhel9-ds.xml --scenarios service_disabled --remediate-using bash service_pcscd_enabled
Actual Results:
Expected Results:
No error
Additional Information/Debugging Steps:
Without
--remediate-using
, it's fine:The text was updated successfully, but these errors were encountered: