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/mimxrt1062/qspi
21      - frdm_k64f
22    tags: bluetooth
23    extra_args: SHIELD=frdm_kw41z
24    integration_platforms:
25      - mimxrt1020_evk
26  sample.bluetooth.peripheral_ht.nxp:
27    # Disabling monolithic since CI environment doesn't use blobs
28    build_only: true
29    harness: bluetooth
30    platform_allow:
31      - rd_rw612_bga
32      - frdm_rw612
33    extra_configs:
34      - CONFIG_NXP_MONOLITHIC_NBU=n
35