zephyr/samples/drivers/soc_flash_nrf/sample.yaml
Kevin Townsend 703021a78a boards: arm: nrf9160dk_nrf9160: Rename NS target
This commit updates the NS board variant from
`nrf9160dk_nrf9160ns` to `nrf9160dk_nrf9160_ns`
to maintain consistency across zephyr.

Signed-off-by: Kevin Townsend <kevin.townsend@linaro.org>
2021-07-10 12:44:02 -04:00

24 lines
738 B
YAML

sample:
name: SoC Flash on NRF52
tests:
sample.drivers.flash.soc_flash_nrf:
platform_allow: nrf52dk_nrf52832 nrf9160dk_nrf9160 nrf9160dk_nrf9160_ns
tags: flash nrf52 nrf9160
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "Flash erase succeeded"
- "Data read: 1234"
- "Data read matches data written. Good!"
- "Flash erase succeeded"
- "Data read: 1122"
- "Data read matches data written. Good!"
- "Flash erase succeeded"
- "Data read: 1234"
- "Data read: 1234"
- "Data read matches data written. Good!"
- "SoC flash consists of \\d+ pages."
- "write-block-size = 1"