zephyr/tests/drivers/console/testcase.yaml
Anas Nashif a6f924db7f twister: add support for platform_type filter
Instead of relying on runtime filter to limit scope to emulation
platforms, use the type attribute for each platform and do the filtering
very early on. This will speed things up for tests where we only run on
emulation platforms.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-05-14 14:49:59 -04:00

19 lines
408 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
platform_type:
- qemu
extra_args: CONF_FILE=prj_semihost.conf