tests: bt: increase PSA key slots count when necessary

Increase the number of key slots in the PSA Crypto core
for some tests using more keys than the default (16).

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2024-11-06 05:42:34 +01:00 committed by Anas Nashif
commit 22faaee268
2 changed files with 4 additions and 0 deletions

View file

@ -24,3 +24,5 @@ CONFIG_BT_CTLR_RX_BUFFERS=3
# To make DEVICE Name writable...
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=32

View file

@ -73,3 +73,5 @@ CONFIG_BT_TESTING=y
# Needed for RPR tests due to huge amount of retransmitted messages
CONFIG_BT_MESH_MSG_CACHE_SIZE=64
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=64