1common:
2  tags:
3    - bluetooth
4    - bluetooth_audio
5tests:
6  bluetooth.audio.pacs.test_default:
7    type: unit
8    extra_configs:
9      - CONFIG_BT_PAC_SNK=y
10      - CONFIG_BT_PAC_SNK_LOC=y
11      - CONFIG_BT_PAC_SRC=y
12      - CONFIG_BT_PAC_SRC_LOC=y
13  bluetooth.audio.pacs.test_snk_pac_snk_loc_src_pac:
14    type: unit
15    extra_configs:
16      - CONFIG_BT_PAC_SNK=y
17      - CONFIG_BT_PAC_SNK_LOC=y
18      - CONFIG_BT_PAC_SRC=y
19      - CONFIG_BT_PAC_SRC_LOC=n
20  bluetooth.audio.pacs.test_snk_pac_snk_loc:
21    type: unit
22    extra_configs:
23      - CONFIG_BT_PAC_SNK=y
24      - CONFIG_BT_PAC_SNK_LOC=y
25      - CONFIG_BT_PAC_SRC=n
26      - CONFIG_BT_PAC_SRC_LOC=n
27  bluetooth.audio.pacs.test_snk_pac:
28    type: unit
29    extra_configs:
30      - CONFIG_BT_PAC_SNK=y
31      - CONFIG_BT_PAC_SNK_LOC=n
32      - CONFIG_BT_PAC_SRC=n
33      - CONFIG_BT_PAC_SRC_LOC=n
34  bluetooth.audio.pacs.test_snk_pac_src_pac_src_loc:
35    type: unit
36    extra_configs:
37      - CONFIG_BT_PAC_SNK=y
38      - CONFIG_BT_PAC_SNK_LOC=n
39      - CONFIG_BT_PAC_SRC=y
40      - CONFIG_BT_PAC_SRC_LOC=y
41  bluetooth.audio.pacs.test_snk_pac_src_pac:
42    type: unit
43    extra_configs:
44      - CONFIG_BT_PAC_SNK=y
45      - CONFIG_BT_PAC_SNK_LOC=n
46      - CONFIG_BT_PAC_SRC=y
47      - CONFIG_BT_PAC_SRC_LOC=n
48  bluetooth.audio.pacs.test_src_pac_src_loc:
49    type: unit
50    extra_configs:
51      - CONFIG_BT_PAC_SNK=n
52      - CONFIG_BT_PAC_SNK_LOC=n
53      - CONFIG_BT_PAC_SRC=y
54      - CONFIG_BT_PAC_SRC_LOC=y
55  bluetooth.audio.pacs.test_src_pac:
56    type: unit
57    extra_configs:
58      - CONFIG_BT_PAC_SNK=n
59      - CONFIG_BT_PAC_SNK_LOC=n
60      - CONFIG_BT_PAC_SRC=y
61      - CONFIG_BT_PAC_SRC_LOC=n
62