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      - nrf52dk/nrf52832
21      - nrf52840dk/nrf52840
22    integration_platforms:
23      - nrf52_bsim
24      - nrf52dk/nrf52832
25      - nrf52840dk/nrf52840
26    extra_args: EXTRA_CONF_FILE=overlay-extended.conf
27    tags: bluetooth
28  sample.bluetooth.central_hr.multicore.bt_ll_sw_split.extended:
29    harness: bluetooth
30    platform_allow:
31      - nrf5340bsim/nrf5340/cpuapp
32      - nrf5340dk/nrf5340/cpuapp
33    integration_platforms:
34      - nrf5340bsim/nrf5340/cpuapp
35      - nrf5340dk/nrf5340/cpuapp
36    extra_args:
37      - CONFIG_BT_EXT_ADV=y
38    tags: bluetooth
39    sysbuild: true
40  sample.bluetooth.central_hr.bt_ll_sw_split.phy_coded:
41    harness: bluetooth
42    platform_allow:
43      - nrf52_bsim
44      - nrf52dk/nrf52832
45      - nrf52840dk/nrf52840
46    integration_platforms:
47      - nrf52_bsim
48      - nrf52dk/nrf52832
49      - nrf52840dk/nrf52840
50    extra_args: EXTRA_CONF_FILE=overlay-phy_coded.conf
51    tags: bluetooth
52  sample.bluetooth.central_hr.multicore.bt_ll_sw_split.phy_coded:
53    harness: bluetooth
54    platform_allow:
55      - nrf5340bsim/nrf5340/cpuapp
56      - nrf5340dk/nrf5340/cpuapp
57    integration_platforms:
58      - nrf5340bsim/nrf5340/cpuapp
59      - nrf5340dk/nrf5340/cpuapp
60    extra_args:
61      - CONFIG_BT_EXT_ADV=y
62      - CONFIG_BT_AUTO_PHY_UPDATE=n
63    tags: bluetooth
64    sysbuild: true
65