1common:
2  harness: net
3  tags: net
4  depends_on: netif
5  min_flash: 140
6sample:
7  description: Runs the OpenThread stack as NCP BR
8  name: OpenThread Network Co-Processor
9tests:
10  sample.net.openthread.coprocessor:
11    build_only: true
12    platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833 tlsr9518adk80d
13    tags: ci_build
14  sample.net.openthread.coprocessor.usb:
15    build_only: true
16    platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833
17    tags: ci_build
18    extra_args: OVERLAY_CONFIG=overlay-usb-nrf-br.conf
19                DTC_OVERLAY_FILE="usb.overlay"
20  samples.openthread.coprocessor.rcp:
21    build_only: true
22    platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833 tlsr9518adk80d
23    tags: ci_build
24    extra_args: OVERLAY_CONFIG=overlay-rcp.conf
25