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>
25 lines
585 B
YAML
25 lines
585 B
YAML
common:
|
|
tags:
|
|
- bluetooth
|
|
- host
|
|
tests:
|
|
bluetooth.host.bt_id_delete.default:
|
|
type: unit
|
|
bluetooth.host.bt_id_delete.default_bt_settings_enabled:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_SETTINGS=y
|
|
- CONFIG_BT_SETTINGS=y
|
|
bluetooth.host.bt_id_delete.privacy_enabled:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_SMP=y
|
|
- CONFIG_BT_PRIVACY=y
|
|
bluetooth.host.bt_id_delete.privacy_bt_settings_enabled:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_SETTINGS=y
|
|
- CONFIG_BT_SETTINGS=y
|
|
- CONFIG_BT_SMP=y
|
|
- CONFIG_BT_PRIVACY=y
|