Improvement in test case name is needed to make it easier to navigate from test case name to the actual test folder. This is useful as some tools that consume tests directory will only output test case name without directory names Signed-off-by: Cinly Ooi <cinly.ooi@intel.com>
19 lines
571 B
YAML
19 lines
571 B
YAML
tests:
|
|
bluetooth.shell:
|
|
extra_configs:
|
|
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
|
platform_whitelist: qemu_cortex_m3 qemu_x86 arduino_101 native_posix
|
|
nrf52840_pca10056
|
|
platform_exclude: nrf52810_pca10040
|
|
tags: bluetooth
|
|
harness: keyboard
|
|
min_flash: 145
|
|
bluetooth.shell_br:
|
|
extra_configs:
|
|
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
|
extra_args: CONF_FILE="prj_br.conf"
|
|
platform_whitelist: qemu_cortex_m3 qemu_x86 native_posix
|
|
platform_exclude: nrf52810_pca10040
|
|
tags: bluetooth
|
|
harness: keyboard
|