zephyr/samples/boards/nrf/nrfx/sample.yaml
Maciej Perkowski 3e1badaaac 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>
2021-02-11 13:58:25 -05:00

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()"