mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 11:23:02 +00:00
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>
11 lines
289 B
YAML
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
|