mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-18 18:56:29 +00:00
Added ACA POLICY TEST 7
This commit is contained in:
parent
56bf20246f
commit
cae3be63f0
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user