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>
14 lines
323 B
YAML
14 lines
323 B
YAML
sample:
|
|
name: nrfx use example
|
|
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()"
|