Skip to content

Commit 370805a

Browse files
gchwierrlubos
authored andcommitted
samples: firmware_loader_entrance: Enable testing in CI
Changed harness for twister to enable running that sample on integration CI. Signed-off-by: Grzegorz Chwierut <[email protected]>
1 parent 0ba3bfc commit 370805a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/test-spec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
- "samples/zephyr/smp_svr_mini_boot/**/*"
147147
- "samples/zephyr/subsys/mgmt/mcumgr/smp_svr/**/*"
148148
- "scripts/bootloader/**/*"
149+
- "samples/mcuboot/**/*"
149150
- "scripts/nrf_compress/**/*"
150151
- "scripts/west_commands/ncs*"
151152
- "subsys/bootloader/**/*"
@@ -173,6 +174,7 @@
173174
- "samples/nrf5340/netboot/**/*"
174175
- "samples/nrf5340/extxip_smp_svr/**/*"
175176
- "samples/bootloader/**/*"
177+
- "samples/mcuboot/**/*"
176178
- "scripts/bootloader/**/*"
177179
- "scripts/nrf_compress/**/*"
178180
- "scripts/west_commands/ncs*"

samples/mcuboot/firmware_loader_entrance/sample.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ sample:
33
description: Demo application for entering the firmware loader application
44
common:
55
sysbuild: true
6-
build_only: true
76
tests:
87
sample.mcuboot.firmware_loader_entrance:
9-
harness: bluetooth
8+
harness: console
9+
harness_config:
10+
type: multi_line
11+
regex:
12+
- "Advertising successfully started"
1013
tags: bluetooth
1114
platform_allow:
1215
- nrf52840dk/nrf52840

0 commit comments

Comments
 (0)