mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-30 01:39:05 +00:00
merged with provisioner-printerror-fix
This commit is contained in:
parent
fab8afd239
commit
3bd2379078
@ -12,26 +12,26 @@ 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
|
rm -f /boot/tcg/cert/platform/*; # clear out any previous data
|
||||||
|
|
||||||
# set the folder to read the platform cert from
|
# 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
|
# 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;
|
cp -f /HIRS/.ci/system-tests/profiles/$profile/$test/$compscript /opt/paccor/scripts/allcomponents.sh;
|
||||||
|
|
||||||
# Step 2: Copy allcomponents json file to the paccor/scripts folder
|
# Step 2: Copy allcomponents json file to the paccor/scripts folder
|
||||||
cp -f /HIRS/.ci/system-tests/profiles/$profile/$test/$hwlist /opt/paccor/scripts/$hwlist ;
|
cp -f /HIRS/.ci/system-tests/profiles/$profile/$test/$hwlist /opt/paccor/scripts/$hwlist ;
|
||||||
|
|
||||||
# Step 3: Copy the platform cert to tcg folder on boot drive
|
# Step 3: Copy the platform cert to tcg folder on boot drive
|
||||||
pushd /HIRS/.ci/system-tests/profiles/$profile/$test/platformcerts/ > /dev/null
|
pushd /HIRS/.ci/system-tests/profiles/$profile/$test/platformcerts/ > /dev/null
|
||||||
|
|
||||||
for cert in * ; do
|
for cert in * ; do
|
||||||
cp -f $cert /boot/tcg/cert/platform/$cert;
|
cp -f $cert /boot/tcg/cert/platform/$cert;
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "contents of /boot/tcg/cert/platform/ is $(ls /boot/tcg/cert/platform/)"
|
echo "contents of /boot/tcg/cert/platform/ is $(ls /boot/tcg/cert/platform/)"
|
||||||
# echo "contents of hirs config is $(ls -al /etc/hirs)"
|
# echo "contents of hirs config is $(ls -al /etc/hirs)"
|
||||||
echo "contents of tcg config is $(cat /etc/hirs/tcg_boot.properties)"
|
echo "contents of tcg config is $(cat /etc/hirs/tcg_boot.properties)"
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
# Step 4: Make some data available for debugging
|
# Step 4: Make some data available for debugging
|
||||||
bash /opt/paccor/scripts/allcomponents.sh > /var/log/hirs/provisioner/allcomponents.output.log
|
bash /opt/paccor/scripts/allcomponents.sh > /var/log/hirs/provisioner/allcomponents.output.log
|
Loading…
Reference in New Issue
Block a user