Skip to content

Commit

Permalink
blueprint: fix CA cert testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Dec 9, 2024
1 parent 048c8c6 commit f036521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/config-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"fedora*"
],
"image-types": [
"qcow2"
"qcow2",
"ami"
]
},
"./configs/all-with-fips.json": {
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/base-host-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ check_ca_cert() {
fi

echo "📗 Checking extracted CA cert file"
if ! [ -e "/etc/pki/ca-trust/source/extracted/pem/directory-hash/Test_CA_for_osbuild.pem.pem" ]; then
if ! [ -e "/etc/pki/ca-trust/source/extracted/pem/directory-hash/Test_CA_for_osbuild.pem" ]; then
echo "Extracted CA file does not exist"
exit 1
fi
Expand Down

0 comments on commit f036521

Please sign in to comment.