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>
23 lines
576 B
YAML
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
|