1common:
2  tags:
3    - drivers
4    - console
5  harness: console
6  harness_config:
7    type: one_line
8    regex:
9      - "Hello World from Console"
10
11tests:
12  drivers.console.uart:
13    tags:
14      - drivers
15      - console
16      - uart
17    filter: CONFIG_UART_CONSOLE
18  drivers.console.semihost:
19    tags:
20      - drivers
21      - console
22      - semihost
23    arch_allow:
24      - arm
25      - arm64
26      - riscv32
27      - riscv64
28    platform_type:
29      - qemu
30    extra_args: CONF_FILE=prj_semihost.conf
31