File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
samples/zephyr/subsys/mgmt/mcumgr/smp_svr Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 8
8
type : multi_line
9
9
ordered : true
10
10
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"
13
14
- " smp_bt_sample: Advertising successfully started"
14
15
timeout : 15
15
16
tags :
@@ -97,6 +98,13 @@ tests:
97
98
- nrf54h20dk/nrf54h20/cpuapp
98
99
integration_platforms :
99
100
- 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"
100
108
sample.mcumgr.smp_svr.bt.nrf54h20dk.direct_xip_withrequests :
101
109
sysbuild : true
102
110
extra_args :
You can’t perform that action at this time.
0 commit comments