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      - nrf5340bsim/nrf5340/cpuapp
69    extra_args:
70      - EXTRA_CONF_FILE="overlay-le-audio.conf"
71    harness: bsim
72    harness_config:
73      bsim_exe_name: tests_bluetooth_tester_le_audio_prj_conf
74    sysbuild: true
75  bluetooth.general.tester_mesh:
76    build_only: true
77    platform_allow:
78      - qemu_x86
79      - native_sim
80      - nrf52840dk/nrf52840
81    extra_args: EXTRA_CONF_FILE="overlay-mesh.conf"
82    tags: bluetooth
83    harness: bluetooth
84  bluetooth.general.tester.legacy_adv:
85    build_only: true
86    platform_allow:
87      - qemu_x86
88      - native_sim
89      - nrf52840dk/nrf52840
90    extra_configs:
91      - CONFIG_BT_EXT_ADV=n
92    tags: bluetooth
93    harness: bluetooth
94  bluetooth.general.tester_br_edr:
95    build_only: true
96    platform_allow:
97      - mimxrt1170_evk@B/mimxrt1176/cm7
98    extra_args:
99      - EXTRA_CONF_FILE="prj_br.conf"
100      - CONFIG_BUILD_ONLY_NO_BLOBS=y
101    tags: bluetooth
102    harness: bluetooth
103