zephyr/samples/drivers/flash_shell/sample.yaml
Henrik Brix Andersen db25454e0e samples: flash_shell: skip boards without zephyr,flash-controller
Adjust the sanitycheck filter of the flash shell sample to also depend
on the board having a chosen zephyr,flash-controller devicetree node (as
this is what is referenced in flash_shell.c).

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2020-12-02 23:20:32 -05:00

11 lines
289 B
YAML

sample:
description: Shell commands for inspecting flash driver
behavior
name: Flash shell
tests:
sample.drivers.flash.shell:
tags: flash shell
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED and dt_chosen_enabled("zephyr,flash-controller")
harness: keyboard
min_ram: 12