1sample:
2  description: Bluetooth Low Energy Broadcast Audio Source sample
3  name: Bluetooth Low Energy Broadcast Audio Source sample
4tests:
5  sample.bluetooth.bap_broadcast_source:
6    harness: bluetooth
7    platform_allow:
8      - qemu_cortex_m3
9      - qemu_x86
10      - nrf5340dk/nrf5340/cpuapp
11      - nrf5340bsim/nrf5340/cpuapp
12    integration_platforms:
13      - qemu_x86
14      - nrf5340dk/nrf5340/cpuapp
15    tags: bluetooth
16    sysbuild: true
17  sample.bluetooth.bap_broadcast_source.nrf5340_audio_dk_cpuapp.fem:
18    harness: bluetooth
19    platform_allow:
20      - nrf5340_audio_dk/nrf5340/cpuapp
21    integration_platforms:
22      - nrf5340_audio_dk/nrf5340/cpuapp
23    extra_args:
24      - DTC_OVERLAY_FILE=boards/nrf5340_audio_dk_nrf5340_cpuapp_nrf21540_ek.overlay
25      - hci_ipc_DTC_OVERLAY_FILE=boards/nrf5340_audio_dk_nrf5340_cpunet_nrf21540_ek.overlay
26    tags: bluetooth
27    sysbuild: true
28  sample.bluetooth.bap_broadcast_source.bt_ll_sw_split:
29    harness: bluetooth
30    platform_allow:
31      - nrf52_bsim
32      - nrf52833dk/nrf52820
33      - nrf52833dk/nrf52833
34      - nrf52840dongle/nrf52840
35    integration_platforms:
36      - nrf52_bsim
37      - nrf52833dk/nrf52833
38      - nrf52840dongle/nrf52840
39    extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
40    tags: bluetooth
41