The seasonal overhaul of test identifiers aligning the terms being used and creating a structure. This is hopefully the last time we do this, plan is to document the identifiers and enforce syntax. The end-goal is to be able to generate a testsuite description from the existing tests and sync it frequently with the testsuite in Testrail. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
19 lines
529 B
YAML
19 lines
529 B
YAML
sample:
|
|
name: Shell Sample
|
|
tests:
|
|
sample.shell.shell_module:
|
|
filter: ( CONFIG_SERIAL and CONFIG_UART_SHELL_ON_DEV_NAME )
|
|
tags: shell
|
|
harness: keyboard
|
|
min_ram: 40
|
|
sample.shell.shell_module.minimal:
|
|
filter: ( CONFIG_SERIAL and CONFIG_UART_SHELL_ON_DEV_NAME )
|
|
tags: shell
|
|
harness: keyboard
|
|
extra_args: CONF_FILE="prj_minimal.conf"
|
|
sample.shell.shell_module.minimal_rtt:
|
|
filter: CONFIG_HAS_SEGGER_RTT
|
|
tags: shell
|
|
harness: keyboard
|
|
extra_args: CONF_FILE="prj_minimal_rtt.conf"
|