1tests:
2  bluetooth.general.tester:
3    build_only: true
4    platform_allow:
5      - qemu_x86
6      - native_posix
7      - native_sim
8      - nrf52840dk/nrf52840
9    tags: bluetooth
10    harness: bluetooth
11  bluetooth.general.tester.nxp:
12    # Disabling monolithic since CI environment doesn't use blobs
13    build_only: true
14    harness: bluetooth
15    platform_allow:
16      - rd_rw612_bga
17      - frdm_rw612
18    extra_configs:
19      - CONFIG_NXP_MONOLITHIC_BT=n
20  bluetooth.general.tester_le_audio:
21    build_only: true
22    platform_allow:
23      - qemu_x86
24      - native_posix
25      - native_sim
26      - nrf5340dk/nrf5340/cpuapp
27    extra_args: OVERLAY_CONFIG="overlay-le-audio.conf"
28    tags: bluetooth
29    harness: bluetooth
30  bluetooth.general.tester_mesh:
31    build_only: true
32    platform_allow:
33      - qemu_x86
34      - native_posix
35      - native_sim
36      - nrf52840dk/nrf52840
37    extra_args: OVERLAY_CONFIG="overlay-mesh.conf"
38    tags: bluetooth
39    harness: bluetooth
40