Skip to content

Commit 9882c27

Browse files
committed
samples: mgmt: mcumgr: smp_svr: no bt logs from serial configuration
There will be not BT logs at serial configuration. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent ea01853 commit 9882c27

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

samples/zephyr/subsys/mgmt/mcumgr/smp_svr/sample.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ common:
88
type: multi_line
99
ordered: true
1010
regex:
11-
- "Starting bootloader"
12-
- "Jumping to the first image slot"
11+
- "Starting .*bootloader"
12+
- "Jumping to the .*image slot"
13+
- "smp_sample: build time"
1314
- "smp_bt_sample: Advertising successfully started"
1415
timeout: 15
1516
tags:
@@ -97,6 +98,13 @@ tests:
9798
- nrf54h20dk/nrf54h20/cpuapp
9899
integration_platforms:
99100
- nrf54h20dk/nrf54h20/cpuapp
101+
harness_config:
102+
type: multi_line
103+
ordered: true
104+
regex:
105+
- "Starting bootloader"
106+
- "Jumping to the first image slot"
107+
- "smp_sample: build time"
100108
sample.mcumgr.smp_svr.bt.nrf54h20dk.direct_xip_withrequests:
101109
sysbuild: true
102110
extra_args:

0 commit comments

Comments
 (0)