samples: tests: Fix sample.boards.nrf.nrfx test
The sample was failing twister test with a timeout because there was no pass/fail criteria for it (nothing was tested). The fix adds harness on consolse and some output that can be verified. Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
This commit is contained in:
parent
0fb58735f1
commit
3e1badaaac
1 changed files with 7 additions and 0 deletions
|
@ -4,3 +4,10 @@ tests:
|
|||
sample.boards.nrf.nrfx:
|
||||
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
|
||||
tags: board
|
||||
harness: console
|
||||
harness_config:
|
||||
type: multi_line
|
||||
ordered: true
|
||||
regex:
|
||||
- "nrfx_gpiote initialized"
|
||||
- "\\(D\\)PPI configured, leaving main()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue