Skip to content

Commit 9cd1247

Browse files
nordic-piksnashif
authored andcommitted
tests: bluetooth: audio: pacs: move native_sim to common
Move platform def into common section. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 20eabf3 commit 9cd1247

File tree

1 file changed

+5
-32
lines changed

1 file changed

+5
-32
lines changed

tests/bluetooth/audio/pacs/testcase.yaml

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff 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+
510
tests:
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

0 commit comments

Comments
 (0)