1sample:
2  name: Bluetooth Beacon
3tests:
4  sample.bluetooth.beacon:
5    harness: bluetooth
6    platform_allow:
7      - qemu_cortex_m3
8      - qemu_x86
9      - nrf51dk/nrf51822
10      - nrf52dk/nrf52832
11      - nrf54l15pdk/nrf54l15/cpuapp
12    tags: bluetooth
13    integration_platforms:
14      - qemu_cortex_m3
15      - nrf51dk/nrf51822
16      - nrf52dk/nrf52832
17      - nrf54l15pdk/nrf54l15/cpuapp
18  sample.bluetooth.beacon-coex:
19    extra_args: CONF_FILE="prj-coex.conf"
20    harness: bluetooth
21    platform_allow:
22      - nrf52840dk/nrf52840
23    integration_platforms:
24      - nrf52840dk/nrf52840
25    tags: bluetooth
26