Skip to content

Commit 61f301d

Browse files
committed
[nrf noup] tests: secure_storage: Fix native_sim issue in its tests
native_sim requires ECB cipher to be enabled. Signed-off-by: Juha Ylinen <[email protected]>
1 parent a9a6e4e commit 61f301d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/subsys/secure_storage/psa/its/overlay-secure_storage.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ CONFIG_ZTEST_STACK_SIZE=3072
22
CONFIG_MAIN_STACK_SIZE=2048
33

44
CONFIG_SECURE_STORAGE=y
5+
6+
# native_sim requires ECB cipher to be enabled
7+
CONFIG_PSA_WANT_KEY_TYPE_AES=y
8+
CONFIG_PSA_WANT_ALG_ECB_NO_PADDING=y

0 commit comments

Comments
 (0)