1sample:
2  name: Bluetooth Synchronized Receiver
3tests:
4  sample.bluetooth.iso_receive:
5    harness: bluetooth
6    platform_allow:
7      - qemu_cortex_m3
8      - qemu_x86
9      - nrf52_bsim
10      - nrf52dk/nrf52832
11    integration_platforms:
12      - qemu_cortex_m3
13    tags: bluetooth
14  sample.bluetooth.iso_receive.bt_ll_sw_split:
15    harness: bluetooth
16    platform_allow:
17      - qemu_cortex_m3
18      - qemu_x86
19      - nrf52_bsim
20      - nrf52dk/nrf52832
21    integration_platforms:
22      - nrf52dk/nrf52832
23    extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
24    tags: bluetooth
25