zephyr/samples/net/openthread/coprocessor/sample.yaml
Lukasz Maciejonczyk 083465b793 samples: openthread: Add test configuration for coprocessor sample
Coprocessor sample was lacked of test configuration which makes
buildkite/zephyr to fail. This commit fixes it by providing test
configuration for this sample.

Signed-off-by: Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no>
2021-04-30 12:58:31 -05:00

24 lines
697 B
YAML

common:
harness: net
tags: net
depends_on: netif
min_flash: 140
sample:
description: Runs the OpenThread stack as NCP BR
name: OpenThread Network Co-Processor
tests:
sample.net.openthread.coprocessor:
build_only: true
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833
tags: ci_build
sample.net.openthread.coprocessor.usb:
build_only: true
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833
tags: ci_build
extra_args: OVERLAY_CONFIG=overlay-usb-nrf-br.conf
samples.openthread.coprocessor.rcp:
build_only: true
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833
tags: ci_build
extra_args: OVERLAY_CONFIG=overlay-rcp.conf