Skip to content

Commit a4cd870

Browse files
valeriosetticvinayak
authored andcommitted
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 <[email protected]>
1 parent ca1628b commit a4cd870

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/bsim/bluetooth/ll/edtt/gatt_test_app/prj_llcp.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ CONFIG_BT_CTLR_RX_BUFFERS=3
2424

2525
# To make DEVICE Name writable...
2626
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
27+
28+
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=32

tests/bsim/bluetooth/mesh/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@ CONFIG_BT_TESTING=y
7373

7474
# Needed for RPR tests due to huge amount of retransmitted messages
7575
CONFIG_BT_MESH_MSG_CACHE_SIZE=64
76+
77+
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=64

0 commit comments

Comments
 (0)