1common:
2  harness: net
3  tags:
4    - net
5    - openthread
6  depends_on: openthread
7sample:
8  description: Test Thread and IEEE 802.15.4 using the OpenThread shell
9  name: OpenThread Shell
10tests:
11  sample.net.openthread.shell:
12    build_only: true
13    platform_allow:
14      - nrf52840dk/nrf52840
15      - nrf52840dongle/nrf52840
16    integration_platforms:
17      - nrf52840dk/nrf52840
18  sample.net.openthread.shell.rw612_openthread_rcp_host:
19    build_only: true
20    extra_args:
21      # Disabling monolithic since CI environment doesn't use blobs
22      - CONFIG_NXP_MONOLITHIC_NBU=n
23      - EXTRA_CONF_FILE="overlay-ot-rcp-host-nxp.conf"
24    platform_allow:
25      - frdm_rw612
26      - rd_rw612_bga
27