mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 18:55:22 +00:00
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>
21 lines
550 B
YAML
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
|