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    platform_allow:
24      - frdm_rw612
25      - rd_rw612_bga
26  sample.net.openthread.shell.mcxw_openthread_host:
27    build_only: true
28    extra_args:
29      # Disabling monolithic since CI environment doesn't use blobs
30      - CONFIG_NXP_MONOLITHIC_NBU=n
31    platform_allow:
32      - frdm_mcxw71
33      - mcxw72_evk/mcxw727c/cpu0
34      - frdm_mcxw72/mcxw727c/cpu0
35  sample.net.openthread.shell.esp:
36    build_only: true
37    extra_args:
38      - CONFIG_BUILD_ONLY_NO_BLOBS=y
39    platform_allow:
40      - esp32c6_devkitc/esp32c6/hpcore
41      - esp32h2_devkitm
42