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 NCP BR
10  name: OpenThread Network Co-Processor
11tests:
12  sample.net.openthread.coprocessor:
13    build_only: true
14    platform_allow:
15      - nrf52840dk/nrf52840
16      - nrf52833dk/nrf52833
17      - tlsr9518adk80d
18    integration_platforms:
19      - nrf52840dk/nrf52840
20  sample.net.openthread.coprocessor.usb:
21    build_only: true
22    platform_allow:
23      - nrf52840dk/nrf52840
24      - nrf52833dk/nrf52833
25    integration_platforms:
26      - nrf52840dk/nrf52840
27    tags: ci_build
28    extra_args:
29      - EXTRA_CONF_FILE=overlay-usb-nrf-br.conf
30      - DTC_OVERLAY_FILE="usb.overlay"
31  sample.openthread.coprocessor.rcp:
32    build_only: true
33    platform_allow:
34      - nrf52840dk/nrf52840
35      - nrf52833dk/nrf52833
36      - tlsr9518adk80d
37    integration_platforms:
38      - nrf52840dk/nrf52840
39    extra_args: EXTRA_CONF_FILE=overlay-rcp.conf
40