zephyr/samples/drivers/flash_shell/sample.yaml
Alberto Escolar Piedras 2f2a91a8db samples/*/*shell: filter test with shell harness on bsim targets
The shell harness expects the UART can be routed to stdin/out on POSIX
arch based targets, but this is not the case for the bsim targets (at
least not yet, and not using the native_posix UART configuration option)

This causes these tests to fail timing out in CI => let's filter these
platforms by now.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2025-02-14 08:45:04 +01:00

21 lines
550 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')
and not CONFIG_SOC_SERIES_BSIM_NRFXX
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