zephyr/samples/drivers/flash_shell/sample.yaml
Anas Nashif 88b5f1232d samples: flash_shell: use shell harness
Use shell harness for basic testing of this sample.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-02-08 08:13:46 +01:00

20 lines
452 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
platform_exclude:
- stm32h7s78_dk
- gd32f350r_eval
harness: shell
extra_configs:
- arch:posix:CONFIG_NATIVE_UART_0_ON_STDINOUT=y
min_ram: 12
integration_platforms:
- qemu_x86
- native_sim