1sample:
2  name: Bluetooth Beacon
3tests:
4  sample.bluetooth.beacon:
5    harness: bluetooth
6    platform_allow:
7      - qemu_cortex_m3
8      - qemu_x86
9      - nrf52dk_nrf52832
10    tags: bluetooth
11    integration_platforms:
12      - qemu_cortex_m3
13
14  sample.bluetooth.beacon-coex:
15    extra_args: CONF_FILE="prj-coex.conf"
16    harness: bluetooth
17    platform_allow: nrf52840dk_nrf52840
18    tags: bluetooth
19