Skip to content

Commit 47d14c6

Browse files
committed
samples: mpsl: timeslot: add basic console check
Enable automated testing with twister. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 4bfcf41 commit 47d14c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

samples/mpsl/timeslot/sample.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sample:
44
tests:
55
sample.mpsl.timeslot:
66
sysbuild: true
7-
build_only: true
87
integration_platforms:
98
- nrf52dk/nrf52832
109
- nrf52840dk/nrf52840
@@ -27,3 +26,10 @@ tests:
2726
- ci_build
2827
- sysbuild
2928
- ci_samples_mpsl
29+
harness: console
30+
harness_config:
31+
type: multi_line
32+
ordered: true
33+
regex:
34+
- "Nordic MPSL Timeslot sample"
35+
timeout: 15

0 commit comments

Comments
 (0)