zephyr/tests/drivers/uart/uart_basic_api/testcase.yaml
Jakub Rzeszutko b7a5874830 tests: shell: migrate tests to the new shell
Testing:
1. Shell built-in commands.
2. Wildcards module.
3. Static commands creation and execution.
4. Dynamic commands creation and execution.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2018-11-22 11:32:29 +01:00

23 lines
576 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
min_flash: 64
tags: drivers
filter: CONFIG_UART_CONSOLE
harness: keyboard