Using an app.overlay file is inherently preventing the use of board overlays. Switch to a dedicated overlay file so that e.g. the vmu_rt1170/mimxrt1176/cm7 board target can pass this test where before it would have failed due to its board-specific overlay "winning" over the app.overlay file. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
28 lines
691 B
YAML
28 lines
691 B
YAML
sample:
|
|
name: Shell Sensor Module Sample
|
|
common:
|
|
tags:
|
|
- sensor
|
|
- shell
|
|
|
|
tests:
|
|
sample.sensor.shell:
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
# TODO Remove once #63414 is resolved
|
|
platform_exclude: gd32l233r_eval
|
|
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
|
|
harness: keyboard
|
|
min_ram: 20
|
|
min_flash: 33
|
|
sample.sensor.shell.pytest:
|
|
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
|
|
min_ram: 40
|
|
harness: pytest
|
|
timeout: 180
|
|
extra_configs:
|
|
- arch:posix:CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
|
extra_args: DTC_OVERLAY_FILE=fake_sensor.overlay
|
|
integration_platforms:
|
|
- native_sim
|