Skip to content

Commit

Permalink
Debug layer info
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed May 27, 2024
1 parent 724a4cd commit 7e37742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/tests/test_encryption.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ testKeyprovider() {

MSG=$(sudo $CTR container create ${ALPINE_ENC} --skip-decrypt-auth --key provider:testkeyprovider:xyz testcontainer1 2>&1)

failExit $? "Should have been able to create a container from encrypted (keyprovider)\n${MSG}"
failExit $? "Should have been able to create a container from encrypted (keyprovider)\n${MSG}\n${LAYER_INFO_ALPINE_ENC}"

$CTR images decrypt \
--key provider:testkeyprovider:123 \
Expand Down

0 comments on commit 7e37742

Please sign in to comment.