1sample:
2  description: Shell commands for inspecting flash driver behavior
3  name: Flash shell
4tests:
5  sample.drivers.flash.shell:
6    tags:
7      - flash
8      - shell
9    filter: CONFIG_FLASH_HAS_DRIVER_ENABLED and dt_chosen_enabled('zephyr,flash-controller')
10            and not CONFIG_SOC_SERIES_BSIM_NRFXX
11    platform_exclude:
12      - stm32h7s78_dk
13      - gd32f350r_eval
14    harness: shell
15    extra_configs:
16      - arch:posix:CONFIG_UART_NATIVE_PTY_0_ON_STDINOUT=y
17    min_ram: 12
18    integration_platforms:
19      - qemu_x86
20      - native_sim
21