From b160063efbc3f5c1fd33a3c0e809bfdb11dd0d69 Mon Sep 17 00:00:00 2001 From: Omkar Kulkarni Date: Tue, 19 Nov 2024 12:20:24 +0100 Subject: [PATCH] Tests: Bluetooth: mesh_shell: Update prj.conf Updates and aligns the project config file to enable usage of multiple keys so that users are not required to manually update the project config file for testing most common mesh scenarios requiring multiple netkeys and appkeys. Signed-off-by: Omkar Kulkarni --- tests/bluetooth/mesh_shell/prj.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/bluetooth/mesh_shell/prj.conf b/tests/bluetooth/mesh_shell/prj.conf index bb4c878bdfd..043428e06a2 100644 --- a/tests/bluetooth/mesh_shell/prj.conf +++ b/tests/bluetooth/mesh_shell/prj.conf @@ -60,7 +60,7 @@ CONFIG_BT_MESH_PB_ADV=y CONFIG_BT_MESH_GATT_PROXY=y CONFIG_BT_MESH_NODE_ID_TIMEOUT=10 -CONFIG_BT_MESH_SUBNET_COUNT=2 +CONFIG_BT_MESH_SUBNET_COUNT=3 CONFIG_BT_MESH_APP_KEY_COUNT=2 # PTS requires more key slots when using Opcodes Aggregator. # First one is implicitly taken by Device Key. @@ -75,5 +75,7 @@ CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=250 CONFIG_BT_MESH_IV_UPDATE_TEST=y CONFIG_BT_MESH_LOG_LEVEL_DBG=y CONFIG_BT_MESH_CDB=y +CONFIG_BT_MESH_CDB_SUBNET_COUNT=3 +CONFIG_BT_MESH_CDB_APP_KEY_COUNT=2 CONFIG_BT_MESH_PROVISIONER=y CONFIG_BT_MESH_STATISTIC=y