zephyr/samples/drivers/mspi/mspi_flash/sample.yaml
Anas Nashif 895d91169e tests/samples: use integration platforms where possible
When possible, add integration_platforms to samples/tests.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-03-11 11:35:15 +01:00

25 lines
638 B
YAML

sample:
name: MSPI Flash Sample
tests:
sample.drivers.mspi.flash:
tags:
- mspi
- flash
filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("mspi-atxp032")
platform_exclude:
- hifive_unmatched/fu740/s7
- hifive_unmatched/fu740/u74
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "Test 1: Flash erase"
- "Flash erase succeeded!"
- "Test 2: Flash write"
- "Attempting to write 4 bytes"
- "Data read matches data written. Good!!"
depends_on: mspi
integration_platforms:
- apollo3p_evb