1common:
2  tags:
3    - bluetooth
4    - host
5tests:
6  bluetooth.host.bt_setup_public_id_addr.default:
7    type: unit
8  bluetooth.host.bt_setup_public_id_addr.default_bt_settings_enabled:
9    type: unit
10    extra_configs:
11      - CONFIG_SETTINGS=y
12      - CONFIG_BT_SETTINGS=y
13  bluetooth.host.bt_setup_public_id_addr.bt_privacy_enabled:
14    type: unit
15    extra_configs:
16      - CONFIG_BT_SMP=y
17      - CONFIG_BT_PRIVACY=y
18  bluetooth.host.bt_setup_public_id_addr.bt_privacy_settings_enabled:
19    type: unit
20    extra_configs:
21      - CONFIG_BT_SMP=y
22      - CONFIG_BT_PRIVACY=y
23      - CONFIG_SETTINGS=y
24      - CONFIG_BT_SETTINGS=y
25