zephyr/samples/drivers/soc_flash_nrf/sample.yaml
Fabio Baltieri e0cc2b8dd0 yamllint: fix all yamllint hyphens errors
Fix all hyphens errors detected by yamllint:

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(hyphens)'

Default config is only one space after the hyphen.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 01:16:45 +09:00

27 lines
808 B
YAML

sample:
name: SoC Flash on NRF52
tests:
sample.drivers.flash.soc_flash_nrf:
platform_allow: nrf52dk_nrf52832 nrf9160dk_nrf9160 nrf9160dk_nrf9160_ns
integration_platforms:
- nrf52dk_nrf52832
tags: flash nrf52 nrf9160
harness: console
harness_config:
fixture: external_flash
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"