merged with provisioner-printerror-fix

This commit is contained in:
iadgovuser26 2022-01-10 15:13:51 -05:00
parent fab8afd239
commit 3bd2379078

View File

@ -12,9 +12,9 @@ mkdir -p /boot/tcg/cert/platform/; # Create the platform cert folder if its not
rm -f /boot/tcg/cert/platform/*; # clear out any previous data
# set the folder to read the platform cert from
echo "tcg.cert.dir=/boot/tcg/cert/platform/" > /etc/hirs/tcg_boot.properties
#echo "tcg.cert.dir=/boot/tcg/cert/platform/" > /etc/hirs/tcg_boot.properties
echo "Test is using platform cert(s) from $profile : $test"
#echo "Test is using platform cert(s) from $profile : $test"
# Step 1: Copy allcomponents script to the paccor/scripts folder
cp -f /HIRS/.ci/system-tests/profiles/$profile/$test/$compscript /opt/paccor/scripts/allcomponents.sh;