Skip to content

Commit ec1c4d4

Browse files
PavelVPVkartben
authored andcommitted
tests: bsim: bluetooth: ll: multiple_id: Disable printk
Disable printk as this test generates enormous amount of log messages. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent 6107e88 commit ec1c4d4

File tree

1 file changed

+6
-0
lines changed
  • tests/bsim/bluetooth/ll/multiple_id

1 file changed

+6
-0
lines changed

tests/bsim/bluetooth/ll/multiple_id/prj.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ CONFIG_BT_CTLR_SLOT_RESERVATION_UPDATE=n
6565
# when using the same identity address for testing.
6666
CONFIG_BT_ID_UNPAIR_MATCHING_BONDS=y
6767
CONFIG_BT_SMP_ALLOW_UNAUTH_OVERWRITE=y
68+
69+
# Disable the boot banner and printk to avoid flooding the console with logs.
70+
# Enable them back if needed, for example, when test fails and you want to see
71+
# the logs.
72+
CONFIG_BOOT_BANNER=n
73+
CONFIG_PRINTK=n

0 commit comments

Comments
 (0)