Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
39 lines
862 B
YAML
39 lines
862 B
YAML
tests:
|
|
drivers.uart.basic_api:
|
|
tags:
|
|
- drivers
|
|
- uart
|
|
filter: CONFIG_UART_CONSOLE
|
|
harness: keyboard
|
|
integration_platforms:
|
|
- mps2_an385
|
|
drivers.uart.basic_api.poll:
|
|
extra_args: CONF_FILE=prj_poll.conf
|
|
tags:
|
|
- drivers
|
|
- uart
|
|
filter: CONFIG_UART_CONSOLE
|
|
harness: keyboard
|
|
integration_platforms:
|
|
- mps2_an385
|
|
drivers.uart.basic_api.shell:
|
|
extra_args: CONF_FILE=prj_shell.conf
|
|
min_flash: 64
|
|
tags:
|
|
- drivers
|
|
- uart
|
|
filter: CONFIG_UART_CONSOLE
|
|
harness: keyboard
|
|
integration_platforms:
|
|
- mps2_an385
|
|
drivers.uart.basic_api.cdc_acm:
|
|
extra_args:
|
|
- OVERLAY_CONFIG="overlay-usb.conf"
|
|
- DTC_OVERLAY_FILE="usb.overlay"
|
|
tags:
|
|
- drivers
|
|
- usb
|
|
filter: CONFIG_UART_CONSOLE
|
|
depends_on: usb_device
|
|
harness: keyboard
|