Skip to content

Commit

Permalink
tests: bluetooth: tester: Increase number of PSA key slots for mesh
Browse files Browse the repository at this point in the history
MESH PTS tests require different number of keys, as an example; only
one netkey requires 8 key slots and there are test cases that use at
least two netkeys which consume the default 16 slots, so it is better
to have enough slots all times. Setting slot count to 32.

Signed-off-by: alperen sener <alperen.sener@nordicsemi.no>
  • Loading branch information
m-alperen-sener committed Jan 10, 2025
1 parent d9eed16 commit bc1406e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/bluetooth/tester/overlay-mesh.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Different test cases require different number of
# PSA key slots; in order to make sure there is always
# enough key slots allocating 32 slots.
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=32

CONFIG_BT_MESH=y
CONFIG_BT_MESH_RELAY=y
CONFIG_BT_MESH_PB_ADV=y
Expand Down

0 comments on commit bc1406e

Please sign in to comment.