zephyr/samples/subsys/shell/shell_module/sample.yaml
Jakub Rzeszutko fe497cc4ca shell: update shell_uart backend test condition
New shell does not need either CONFIG_UART_CONSOLE
or interrupts support to be working. Only CONFIG_SERIAL
in combination with CONFIG_UART_SHELL_ON_DEV_NAME are required.
Updated sample yaml file accordingly.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2019-02-05 16:23:33 +01:00

19 lines
518 B
YAML

sample:
name: Shell Sample
tests:
test:
filter: ( CONFIG_SERIAL and CONFIG_UART_SHELL_ON_DEV_NAME )
tags: shell
harness: keyboard
min_ram: 40
test_minimal:
filter: ( CONFIG_SERIAL and CONFIG_UART_SHELL_ON_DEV_NAME )
tags: shell
harness: keyboard
extra_args: CONF_FILE="prj_minimal.conf"
test_minimal_rtt:
filter: ( CONFIG_RTT_CONSOLE and CONFIG_HAS_SEGGER_RTT and CONFIG_USE_SEGGER_RTT)
tags: shell
harness: keyboard
extra_args: CONF_FILE="prj_minimal_rtt.conf"