zephyr/tests/drivers/console/testcase.yaml
Jordan Yates 37aa5fa90a tests: console: extend semihost_console testing
With SEMIHOST_CONSOLE now being supported on all ARM, ARM64 and RISC-V
architectures, extend the testing to cover these cases.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2022-04-21 13:04:52 +02:00

18 lines
407 B
YAML

common:
tags: drivers console
harness: console
harness_config:
type: one_line
regex:
- "Hello World from Console"
tests:
drivers.console.uart:
tags: drivers console
filter: CONFIG_UART_CONSOLE
drivers.console.semihost:
tags: drivers console
arch_allow: arm arm64 riscv32 riscv64
filter: CONFIG_QEMU_TARGET
extra_args: CONF_FILE=prj_semihost.conf