Skip to content

Commit 83958eb

Browse files
nordic-piksaescolar
authored andcommitted
samples: sysbuild: hello_world: add testing base on console
Extend automated testing on HW by veryfing console output. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent e83f88b commit 83958eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

samples/sysbuild/hello_world/sample.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ sample:
55
the board target they were run on.
66
77
common:
8-
build_only: true
98
sysbuild: true
9+
harness: console
10+
harness_config:
11+
type: multi_line
12+
regex:
13+
- "Hello world from .*"
1014

1115
tests:
1216
sample.sysbuild.hello_world.nrf5340dk_cpuapp_cpunet:

0 commit comments

Comments
 (0)