initial Platfom Cert test

This commit is contained in:
lareine 2022-02-02 08:41:05 -05:00
parent a57b34c47f
commit 5ff331aa9c

View File

@ -17,7 +17,7 @@ echo "Test is using platform cert(s) from $profile : $test"
# Use the default if test does not have a test specific file.
allCompScript=/HIRS/.ci/system-tests/profiles/$profile/$test/$compscript
if [ ! -f "$allCompFile" ]; then
if [ ! -f "$allCompScript" ]; then
allCompScript=/HIRS/.ci/system-tests/profiles/"$profile"/default/"$profile"_default_allcomponents.sh
fi
cp -f $allCompScript /opt/paccor/scripts/allcomponents.sh;