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>
28 lines
753 B
YAML
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
|