fix rim setup path

This commit is contained in:
iadgovuser26 2022-01-25 11:16:51 -05:00
parent 7e3f9f4c82
commit ff8b1bfa19

View File

@ -107,7 +107,7 @@ setPlatformCerts() {
# Places RIM files held in the test folder in the provisioners tcg folder
# setRims <profile> <test>
setRims() {
docker exec $tpm2_container sh /HIRS/.ci/system-tests/scripts/rim_setup.sh $1 $2
docker exec $tpm2_container sh /HIRS/.ci/system-tests/container/rim_setup.sh $1 $2
#docker exec $tpm2_container bash -c "find / -name oem_platform_v1_Base.cer"
}