1sample:
2  name: Bluetooth Peripheral HT
3  description: Demonstrates the HT (Health Thermometer) GATT Service
4tests:
5  sample.bluetooth.peripheral_ht:
6    harness: bluetooth
7    platform_allow:
8      - qemu_cortex_m3
9      - qemu_x86
10      - nrf51dk/nrf51822
11      - nrf52dk/nrf52832
12    tags: bluetooth
13    integration_platforms:
14      - qemu_cortex_m3
15  sample.bluetooth.peripheral_ht.frdm_kw41z_shield:
16    harness: bluetooth
17    platform_allow:
18      - mimxrt1020_evk
19      - mimxrt1050_evk/mimxrt1052/hyperflash
20      - mimxrt1060_evk@A/mimxrt1062/qspi
21      - mimxrt1060_evk@B/mimxrt1062/qspi
22      - mimxrt1060_evk@C/mimxrt1062/qspi
23      - frdm_k64f
24    tags: bluetooth
25    extra_args: SHIELD=frdm_kw41z
26    integration_platforms:
27      - mimxrt1020_evk
28      - mimxrt1060_evk/mimxrt1062/qspi
29  sample.bluetooth.peripheral_ht.nxp:
30    # Disabling monolithic since CI environment doesn't use blobs
31    build_only: true
32    harness: bluetooth
33    platform_allow:
34      - rd_rw612_bga
35      - frdm_rw612
36    extra_configs:
37      - CONFIG_NXP_MONOLITHIC_NBU=n
38  sample.bluetooth.peripheral_ht.nxp_nw612:
39    build_only: true
40    harness: bluetooth
41    platform_allow:
42      - mimxrt1170_evk@B/mimxrt1176/cm7
43    extra_configs:
44      - CONFIG_BUILD_ONLY_NO_BLOBS=y
45