We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ba071 commit 32a4202Copy full SHA for 32a4202
samples/zephyr/subsys/mgmt/mcumgr/smp_svr/sample.yaml
@@ -3,7 +3,15 @@ sample:
3
name: smp svr
4
common:
5
sysbuild: true
6
- build_only: true
+ harness: console
7
+ harness_config:
8
+ type: multi_line
9
+ ordered: true
10
+ regex:
11
+ - "Starting bootloader"
12
+ - "Jumping to the first image slot"
13
+ - "smp_bt_sample: Advertising successfully started"
14
+ timeout: 15
15
tags:
16
- ci_samples_zephyr_subsys_mgmt_mcumgr_smp_svr
17
@@ -17,7 +25,6 @@ tests:
25
integration_platforms:
18
26
- nrf5340dk/nrf5340/cpuapp
19
27
sample.mcumgr.smp_svr.bt.nrf54l15:
20
- harness: bluetooth
21
28
tags: bluetooth
22
29
extra_args: EXTRA_CONF_FILE="overlay-bt.conf"
23
30
platform_allow:
0 commit comments