1tests: 2 bluetooth.general.tester: 3 build_only: true 4 platform_allow: 5 - qemu_x86 6 - native_posix 7 - nrf52840dk_nrf52840 8 tags: bluetooth 9 harness: bluetooth 10 bluetooth.general.tester_le_audio: 11 build_only: true 12 platform_allow: 13 - qemu_x86 14 - native_posix 15 - nrf5340dk_nrf5340_cpuapp 16 extra_args: OVERLAY_CONFIG="overlay-le-audio.conf" 17 tags: bluetooth 18 harness: bluetooth 19 bluetooth.general.tester_mesh: 20 build_only: true 21 platform_allow: 22 - qemu_x86 23 - native_posix 24 - nrf52840dk_nrf52840 25 extra_args: OVERLAY_CONFIG="overlay-mesh.conf" 26 tags: bluetooth 27 harness: bluetooth 28 bluetooth.general.tester_mesh_v1d1: 29 build_only: true 30 platform_allow: 31 - qemu_x86 32 - native_posix 33 - nrf52840dk_nrf52840 34 extra_args: OVERLAY_CONFIG="overlay-mesh.conf;overlay-mesh-v1d1.conf" 35 tags: bluetooth 36 harness: bluetooth 37