Skip to content

Commit 87758ea

Browse files
committed
samples: Add exclusion for twister harness on qemu_rx
The qemu_rx is having issue with twister harness, command cannot be send from twister test to qemu console, this commit temporary disable them for further checking Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent dbfd6d7 commit 87758ea

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

samples/sensor/sensor_shell/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ tests:
1616
min_ram: 20
1717
min_flash: 33
1818
sample.sensor.shell.pytest:
19+
platform_exclude: qemu_rx
1920
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
2021
min_ram: 40
2122
harness: pytest

samples/subsys/shell/shell_module/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ common:
44
filter: not CONFIG_NATIVE_LIBC and not CONFIG_SOC_SERIES_BSIM_NRFXX
55
tests:
66
sample.shell.shell_module:
7+
platform_exclude: qemu_rx
78
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
89
tags: shell
910
harness: shell

samples/subsys/testsuite/pytest/shell/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ common:
33
- test_framework
44
- pytest
55
- shell
6+
platform_exclude: qemu_rx
67
filter: CONFIG_SERIAL and not CONFIG_SMP and dt_chosen_enabled("zephyr,shell-uart")
78
extra_configs:
89
- arch:posix:CONFIG_UART_NATIVE_PTY_0_ON_STDINOUT=y

0 commit comments

Comments
 (0)