1common:
2  harness: net
3  tags:
4    - net
5    - openthread
6  depends_on: openthread
7  min_flash: 140
8sample:
9  description: Runs the OpenThread stack as FTD with CoAP
10  name: OpenThread FTD CoAP
11tests:
12  sample.net.openthread.ftd.coap.client:
13    build_only: true
14    platform_allow:
15      - cc1352p7_lp
16  sample.net.openthread.ftd.coap.server:
17    build_only: true
18    platform_allow:
19      - cc1352p7_lp
20    extra_configs:
21      - CONFIG_OT_COAP_SAMPLE_SERVER=y
22