File tree Expand file tree Collapse file tree 1 file changed +5
-32
lines changed
tests/bluetooth/audio/pacs Expand file tree Collapse file tree 1 file changed +5
-32
lines changed Original file line number Diff line number Diff line change @@ -2,82 +2,55 @@ common:
22 tags :
33 - bluetooth
44 - bluetooth_audio
5+ platform_allow :
6+ - native_sim
7+ integration_platforms :
8+ - native_sim
9+
510tests :
611 bluetooth.audio.pacs.test_default :
7- platform_allow :
8- - native_sim
9- integration_platforms :
10- - native_sim
1112 extra_configs :
1213 - CONFIG_BT_PAC_SNK=y
1314 - CONFIG_BT_PAC_SNK_LOC=y
1415 - CONFIG_BT_PAC_SRC=y
1516 - CONFIG_BT_PAC_SRC_LOC=y
1617 bluetooth.audio.pacs.test_snk_pac_snk_loc_src_pac :
17- platform_allow :
18- - native_sim
19- integration_platforms :
20- - native_sim
2118 extra_configs :
2219 - CONFIG_BT_PAC_SNK=y
2320 - CONFIG_BT_PAC_SNK_LOC=y
2421 - CONFIG_BT_PAC_SRC=y
2522 - CONFIG_BT_PAC_SRC_LOC=n
2623 bluetooth.audio.pacs.test_snk_pac_snk_loc :
27- platform_allow :
28- - native_sim
29- integration_platforms :
30- - native_sim
3124 extra_configs :
3225 - CONFIG_BT_PAC_SNK=y
3326 - CONFIG_BT_PAC_SNK_LOC=y
3427 - CONFIG_BT_PAC_SRC=n
3528 - CONFIG_BT_PAC_SRC_LOC=n
3629 bluetooth.audio.pacs.test_snk_pac :
37- platform_allow :
38- - native_sim
39- integration_platforms :
40- - native_sim
4130 extra_configs :
4231 - CONFIG_BT_PAC_SNK=y
4332 - CONFIG_BT_PAC_SNK_LOC=n
4433 - CONFIG_BT_PAC_SRC=n
4534 - CONFIG_BT_PAC_SRC_LOC=n
4635 bluetooth.audio.pacs.test_snk_pac_src_pac_src_loc :
47- platform_allow :
48- - native_sim
49- integration_platforms :
50- - native_sim
5136 extra_configs :
5237 - CONFIG_BT_PAC_SNK=y
5338 - CONFIG_BT_PAC_SNK_LOC=n
5439 - CONFIG_BT_PAC_SRC=y
5540 - CONFIG_BT_PAC_SRC_LOC=y
5641 bluetooth.audio.pacs.test_snk_pac_src_pac :
57- platform_allow :
58- - native_sim
59- integration_platforms :
60- - native_sim
6142 extra_configs :
6243 - CONFIG_BT_PAC_SNK=y
6344 - CONFIG_BT_PAC_SNK_LOC=n
6445 - CONFIG_BT_PAC_SRC=y
6546 - CONFIG_BT_PAC_SRC_LOC=n
6647 bluetooth.audio.pacs.test_src_pac_src_loc :
67- platform_allow :
68- - native_sim
69- integration_platforms :
70- - native_sim
7148 extra_configs :
7249 - CONFIG_BT_PAC_SNK=n
7350 - CONFIG_BT_PAC_SNK_LOC=n
7451 - CONFIG_BT_PAC_SRC=y
7552 - CONFIG_BT_PAC_SRC_LOC=y
7653 bluetooth.audio.pacs.test_src_pac :
77- platform_allow :
78- - native_sim
79- integration_platforms :
80- - native_sim
8154 extra_configs :
8255 - CONFIG_BT_PAC_SNK=n
8356 - CONFIG_BT_PAC_SNK_LOC=n
You can’t perform that action at this time.
0 commit comments