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>
17 lines
392 B
YAML
17 lines
392 B
YAML
common:
|
|
tags:
|
|
- bluetooth
|
|
- bt_data_length_update
|
|
- bt_ull_llcp
|
|
tests:
|
|
bluetooth.controller.ctrl_data_length_update.test:
|
|
type: unit
|
|
|
|
bluetooth.controller.ctrl_data_length_update.test_nocodedphy:
|
|
type: unit
|
|
extra_args: CONF_FILE=prj_nocoded.conf
|
|
|
|
bluetooth.controller.ctrl_data_length_update.test_nophy:
|
|
type: unit
|
|
extra_args: CONF_FILE=prj_nophy.conf
|