Skip to content

Commit b1ef3bf

Browse files
alxelaxrlubos
authored andcommitted
[nrf fromtree] tests: Bluetooth: Mesh: remove key id distribution
Commit removes centralized PSA key ID distribution in mesh bsim tests since secure storage is instantiated on every simulated device. Signed-off-by: Aleksandr Khromykh <[email protected]> (cherry picked from commit 6a9802e)
1 parent 835e24c commit b1ef3bf

File tree

2 files changed

+0
-78
lines changed

2 files changed

+0
-78
lines changed

tests/bsim/bluetooth/mesh/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ if(CONFIG_SETTINGS)
2626
src/test_brg.c
2727
)
2828

29-
if(CONFIG_BT_MESH_USES_MBEDTLS_PSA)
30-
target_sources(app PRIVATE
31-
src/distribute_keyid.c
32-
)
33-
endif()
34-
3529
if(CONFIG_BT_MESH_GATT_PROXY AND CONFIG_BT_MESH_PROXY_SOLICITATION)
3630
target_sources(app PRIVATE
3731
src/test_proxy_sol.c

tests/bsim/bluetooth/mesh/src/distribute_keyid.c

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)