Skip to content

Commit

Permalink
test: To be able to run testLocalKeys alone add missing env variable
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <[email protected]>
  • Loading branch information
stefanberger committed Jun 15, 2023
1 parent 2c93cef commit 2959ec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/tests/test_encryption.sh
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,9 @@ testLocalKeys() {
createJWEKeys
setupPKCS11

# Env. variable needed for encryption with SOFTHSM_KEY_PEM
export OCICRYPT_OAEP_HASHALG=sha1

echo "Testing JWE and PKCS11 type of encryption with local unpack keys"

# Remove original images
Expand Down

0 comments on commit 2959ec0

Please sign in to comment.