diff --git a/script/tests/test_encryption.sh b/script/tests/test_encryption.sh index b37a72f8..b52d15f8 100755 --- a/script/tests/test_encryption.sh +++ b/script/tests/test_encryption.sh @@ -1375,7 +1375,7 @@ testKeyprovider() { echo "Testing keyprovider using '${KEYPROVIDER}'" - echo "Testing large recpient list" + echo "Testing single recipient list" $CTR images encrypt \ --recipient provider:testkeyprovider:foobar \ @@ -1392,9 +1392,9 @@ testKeyprovider() { <(echo -n "ENCRYPTIONprovider.testkeyprovider") failExit $? "Image layerinfo on keyprovider encrypted image shows unexpected encryption" - MSG=$(sudo $CTR container create ${ALPINE_ENC} --skip-decrypt-auth --key provider:testkeyprovider:xyz testcontainer1 2>&1) + MSG=$(sudo $CTR --debug 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 \