zephyr/tests/bluetooth/controller/ctrl_tx_buffer_alloc/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

28 lines
753 B
YAML

common:
tags:
- bluetooth
- bt_tx_buffer_alloc
- bt_ull_llcp
tests:
bluetooth.controller.ctrl_tx_buffer_alloc.test_0_per_conn:
type: unit
bluetooth.controller.ctrl_tx_buffer_alloc.test_1_per_conn:
type: unit
extra_args: CONF_FILE=prj_1.conf
bluetooth.controller.ctrl_tx_buffer_alloc.test_2_per_conn:
type: unit
extra_args: CONF_FILE=prj_2.conf
bluetooth.controller.ctrl_tx_buffer_alloc.test_3_per_conn:
type: unit
extra_args: CONF_FILE=prj_3.conf
bluetooth.controller.ctrl_tx_buffer_alloc.test_max_per_conn_alloc:
type: unit
extra_args: CONF_FILE=prj_max.conf
bluetooth.controller.ctrl_tx_buffer_alloc.test_max_common_alloc:
type: unit
extra_args: CONF_FILE=prj_max_common.conf