1sample:
2  name: Bluetooth A2DP Source
3tests:
4  sample.bluetooth.a2dp.source:
5    harness: bluetooth
6    platform_allow:
7      - qemu_cortex_m3
8      - qemu_x86
9    tags: bluetooth
10    integration_platforms:
11      - qemu_cortex_m3
12  sample.bluetooth.a2dp.source.no_blobs:
13    platform_allow:
14      - mimxrt1170_evk@B/mimxrt1176/cm7
15    tags:
16      - bluetooth
17      - gap
18    extra_args:
19      - CONFIG_BUILD_ONLY_NO_BLOBS=y
20    timeout: 600
21    build_only: true
22