Add the NXP shell configuration for openthread RCP host Signed-off-by: Jamel Arbi <jamel.arbi@nxp.com>
27 lines
695 B
YAML
27 lines
695 B
YAML
common:
|
|
harness: net
|
|
tags:
|
|
- net
|
|
- openthread
|
|
depends_on: openthread
|
|
sample:
|
|
description: Test Thread and IEEE 802.15.4 using the OpenThread shell
|
|
name: OpenThread Shell
|
|
tests:
|
|
sample.net.openthread.shell:
|
|
build_only: true
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nrf52840dongle/nrf52840
|
|
integration_platforms:
|
|
- nrf52840dk/nrf52840
|
|
sample.net.openthread.shell.rw612_openthread_rcp_host:
|
|
build_only: true
|
|
extra_args:
|
|
# Disabling monolithic since CI environment doesn't use blobs
|
|
- CONFIG_NXP_MONOLITHIC_NBU=n
|
|
- EXTRA_CONF_FILE="overlay-ot-rcp-host-nxp.conf"
|
|
platform_allow:
|
|
- frdm_rw612
|
|
- rd_rw612_bga
|