zephyr/samples/subsys/shell/shell_module/sample.yaml
Anas Nashif deaab90641 tests/samples: cleanup tags
Remove redundant 'sample' tag and add something that matches the
functionality and features being tested, demonstrated.

Avoid short abbriviations and using full names for fs.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-16 09:17:51 -04:00

15 lines
342 B
YAML

sample:
name: Shell Sample
tests:
test:
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
tags: shell
harness: keyboard
min_ram: 40
test_minimal:
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
tags: shell
harness: keyboard
extra_args: CONF_FILE="prj_minimal.conf"