zephyr/tests/drivers/console/hello_world/testcase.yaml
Gerard Marull-Paretas 6810a53297 twister: s/riscv(32|64)/riscv
Only riscv is supported now, any 32/64-bit requirements need to use
CONFIG_64BIT now.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-02-26 12:49:06 +01:00

30 lines
484 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
- uart
filter: CONFIG_UART_CONSOLE
drivers.console.semihost:
tags:
- drivers
- console
- semihost
arch_allow:
- arm
- arm64
- riscv
platform_type:
- qemu
extra_args: CONF_FILE=prj_semihost.conf