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>
19 lines
408 B
YAML
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
|