zephyr/tests/drivers/uart/uart_basic_api/testcase.yaml
Alberto Escolar Piedras bded528b6b tests: uart: add extra config for native_posix
When running a UART test in CI, it is better to configure
the nativeposix UART to be mapped to the process STDIN/OUT.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-09-27 17:24:34 +02:00

22 lines
558 B
YAML

tests:
peripheral.uart:
extra_configs:
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
tags: drivers
filter: CONFIG_UART_CONSOLE
harness: keyboard
peripheral.uart.poll:
extra_args: CONF_FILE=prj_poll.conf
extra_configs:
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
tags: drivers
filter: CONFIG_UART_CONSOLE
harness: keyboard
peripheral.uart.shell:
extra_args: CONF_FILE=prj_shell.conf
extra_configs:
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
tags: drivers
filter: CONFIG_UART_CONSOLE
harness: keyboard