Skip to content

Commit 9255f18

Browse files
committed
[nrf fromlist] tests: bluetooth: shell: Add test case to build shell with plm
Path loss monitoring was not being enabled anywhere, meaning that issues could be merged in without catching the issue. This commit adds a test case to build the shell with path loss monitoring enabled to catch issues. Signed-off-by: Sean Madigan <[email protected]> (cherry picked from commit 022d339) Upstream PR: zephyrproject-rtos/zephyr#76175 Signed-off-by: Sean Madigan <[email protected]>
1 parent cc19735 commit 9255f18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/bluetooth/shell/testcase.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ tests:
2929
platform_allow:
3030
- native_posix
3131
build_only: true
32+
bluetooth.shell.path_loss_monitoring:
33+
extra_configs:
34+
- CONFIG_BT_PATH_LOSS_MONITORING=y
35+
- CONFIG_BT_CTLR=n
36+
platform_allow:
37+
- native_posix
38+
build_only: true
3239
bluetooth.shell.subrating:
3340
extra_configs:
3441
- CONFIG_BT_SUBRATING=y

0 commit comments

Comments
 (0)