Skip to content

Commit 2959ec0

Browse files
committed
test: To be able to run testLocalKeys alone add missing env variable
Signed-off-by: Stefan Berger <[email protected]>
1 parent 2c93cef commit 2959ec0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

script/tests/test_encryption.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,9 @@ testLocalKeys() {
676676
createJWEKeys
677677
setupPKCS11
678678

679+
# Env. variable needed for encryption with SOFTHSM_KEY_PEM
680+
export OCICRYPT_OAEP_HASHALG=sha1
681+
679682
echo "Testing JWE and PKCS11 type of encryption with local unpack keys"
680683

681684
# Remove original images

0 commit comments

Comments
 (0)