Use shell harness for basic testing of this sample. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
20 lines
452 B
YAML
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
|