1sample:
2  name: Bluetooth Central HR
3tests:
4  sample.bluetooth.central_hr:
5    arch_allow: x86
6    harness: bluetooth
7    tags: bluetooth
8  sample.bluetooth.central_hr.minimal:
9    harness: bluetooth
10    platform_allow:
11      - bbc_microbit
12    integration_platforms:
13      - bbc_microbit
14    extra_args: EXTRA_CONF_FILE=prj_minimal.conf
15    tags: bluetooth
16  sample.bluetooth.central_hr.bt_ll_sw_split.extended:
17    harness: bluetooth
18    platform_allow:
19      - nrf52_bsim
20      - nrf5340bsim/nrf5340/cpuapp
21      - nrf52dk/nrf52832
22      - nrf52840dk/nrf52840
23      - nrf5340dk/nrf5340/cpuapp
24    integration_platforms:
25      - nrf52_bsim
26      - nrf5340bsim/nrf5340/cpuapp
27      - nrf52dk/nrf52832
28      - nrf52840dk/nrf52840
29      - nrf5340dk/nrf5340/cpuapp
30    extra_args: EXTRA_CONF_FILE=overlay-extended.conf
31    tags: bluetooth
32  sample.bluetooth.central_hr.bt_ll_sw_split.phy_coded:
33    harness: bluetooth
34    platform_allow:
35      - nrf52_bsim
36      - nrf5340bsim/nrf5340/cpuapp
37      - nrf52dk/nrf52832
38      - nrf52840dk/nrf52840
39      - nrf5340dk/nrf5340/cpuapp
40    integration_platforms:
41      - nrf52_bsim
42      - nrf5340bsim/nrf5340/cpuapp
43      - nrf52dk/nrf52832
44      - nrf52840dk/nrf52840
45      - nrf5340dk/nrf5340/cpuapp
46    extra_args: EXTRA_CONF_FILE=overlay-phy_coded.conf
47    tags: bluetooth
48