1sample:
2  name: observer
3tests:
4  sample.bluetooth.observer:
5    harness: bluetooth
6    tags: bluetooth
7    platform_allow:
8      - qemu_cortex_m3
9      - qemu_x86
10      - nrf52840dk/nrf52840
11      - cyw920829m2evk_02/cyw20829b0lkml
12    integration_platforms:
13      - qemu_cortex_m3
14      - nrf52840dk/nrf52840
15  sample.bluetooth.observer.extended:
16    harness: bluetooth
17    tags: bluetooth
18    extra_args:
19      - CONF_FILE="prj_extended.conf"
20    platform_allow:
21      - qemu_cortex_m3
22      - qemu_x86
23      - nrf52840dk/nrf52840
24    integration_platforms:
25      - qemu_cortex_m3
26      - nrf52840dk/nrf52840
27  sample.bluetooth.observer.extended.bbc_microbit.bt_ll_sw_split:
28    harness: bluetooth
29    tags: bluetooth
30    extra_args:
31      - CONF_FILE="prj_extended.conf"
32      - EXTRA_CONF_FILE="debug.conf;overlay_bbc_microbit-bt_ll_sw_split.conf"
33    platform_allow:
34      - bbc_microbit
35    integration_platforms:
36      - bbc_microbit
37