Added ACA POLICY TEST 7

This commit is contained in:
iadgovuser26 2022-01-26 13:59:07 -05:00
parent 56bf20246f
commit cae3be63f0

View File

@ -114,7 +114,7 @@ docker exec $tpm2_container sh /HIRS/.ci/system-tests/container/rim_setup.sh $1
# Writes to the Action ouput, ACA log, and Provisioner Log # Writes to the Action ouput, ACA log, and Provisioner Log
# Used for marking the start of system tests and noting the result # Used for marking the start of system tests and noting the result
# write_to_logs <log statement> # write_to_logs <log statement>
writeTologs() { writeToLogs() {
line=$1 line=$1
echo $line; echo $line;
docker exec $aca_container sh -c "echo '$line' >> /var/log/tomcat/HIRS_AttestationCA.log" docker exec $aca_container sh -c "echo '$line' >> /var/log/tomcat/HIRS_AttestationCA.log"