zephyr/tests/drivers/console/testcase.yaml
Stephanos Ioannidis 25fe4bf9c7 tests: drivers: Add console driver test
This commit adds the initial implementation of the console driver test.

The purpose of this test is to verify the output functionality of the
various types of console drivers (UART and semihost console types are
supported for now).

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-05-07 23:33:38 -05:00

18 lines
390 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_whitelist: arm
filter: CONFIG_CPU_CORTEX_M
extra_args: CONF_FILE=prj_semihost.conf