zephyr/tests/drivers/uart/uart_basic_api/testcase.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
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>
2023-05-10 09:52:37 +02:00

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