1common:
2  build_only: true
3  tags: bluetooth
4
5tests:
6  bluetooth.general.tester:
7    build_only: true
8    platform_allow:
9      - qemu_x86
10      - native_sim
11      - nrf52840dk/nrf52840
12    tags: bluetooth
13    harness: bluetooth
14  bluetooth.general.tester_bsim:
15    platform_allow:
16      - nrf52_bsim/native
17    harness: bsim
18    harness_config:
19      bsim_exe_name: tests_bluetooth_tester_prj_conf
20    extra_args:
21      - EXTRA_CONF_FILE="overlay-bt_ll_sw_split.conf"
22  bluetooth.general.tester.nxp:
23    # Disabling monolithic since CI environment doesn't use blobs
24    build_only: true
25    harness: bluetooth
26    platform_allow:
27      - rd_rw612_bga
28      - frdm_rw612
29    extra_configs:
30      - CONFIG_NXP_MONOLITHIC_NBU=n
31  bluetooth.general.tester_hci_ipc:
32    build_only: true
33    harness: bluetooth
34    platform_allow:
35      - qemu_x86
36      - native_sim
37      - nrf5340dk/nrf5340/cpuapp
38    integration_platforms:
39      - nrf5340dk/nrf5340/cpuapp
40    tags: bluetooth
41    sysbuild: true
42  bluetooth.general.tester_hci_ipc_bsim:
43    platform_allow:
44      - nrf5340bsim/nrf5340/cpuapp
45    harness: bsim
46    harness_config:
47      bsim_exe_name: tests_bluetooth_tester_prj_conf
48    sysbuild: true
49  bluetooth.general.tester_le_audio:
50    build_only: true
51    platform_allow:
52      - qemu_x86
53      - native_sim
54      - nrf5340dk/nrf5340/cpuapp
55      - nrf5340_audio_dk/nrf5340/cpuapp
56    integration_platforms:
57      - nrf5340dk/nrf5340/cpuapp
58      - nrf5340_audio_dk/nrf5340/cpuapp
59    extra_args:
60      - EXTRA_CONF_FILE="overlay-le-audio.conf"
61    tags: bluetooth
62    harness: bluetooth
63    sysbuild: true
64  bluetooth.general.tester_le_audio_bsim:
65    build_only: true
66    platform_allow:
67      - nrf52_bsim/native
68    extra_args:
69      - EXTRA_CONF_FILE="overlay-le-audio.conf;overlay-bt_ll_sw_split.conf"
70    harness: bsim
71    harness_config:
72      bsim_exe_name: tests_bluetooth_tester_le_audio_prj_conf
73  bluetooth.general.tester_hci_ipc_le_audio_bsim:
74    build_only: true
75    platform_allow:
76      - nrf5340bsim/nrf5340/cpuapp
77    extra_args:
78      - EXTRA_CONF_FILE="overlay-le-audio.conf"
79    harness: bsim
80    harness_config:
81      bsim_exe_name: tests_bluetooth_tester_le_audio_prj_conf
82    sysbuild: true
83  bluetooth.general.tester_mesh:
84    build_only: true
85    platform_allow:
86      - qemu_x86
87      - native_sim
88      - nrf52840dk/nrf52840
89    extra_args: EXTRA_CONF_FILE="overlay-mesh.conf"
90    tags: bluetooth
91    harness: bluetooth
92  bluetooth.general.tester.legacy_adv:
93    build_only: true
94    platform_allow:
95      - qemu_x86
96      - native_sim
97      - nrf52840dk/nrf52840
98    extra_configs:
99      - CONFIG_BT_EXT_ADV=n
100    tags: bluetooth
101    harness: bluetooth
102  bluetooth.general.tester_br_edr:
103    build_only: true
104    platform_allow:
105      - mimxrt1170_evk@B/mimxrt1176/cm7
106    extra_args:
107      - EXTRA_CONF_FILE="prj_br.conf"
108      - CONFIG_BUILD_ONLY_NO_BLOBS=y
109    tags: bluetooth
110    harness: bluetooth
111