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>
This commit is contained in:
Lukasz Maciejonczyk 2021-04-30 08:45:05 +02:00 committed by Maureen Helm
commit 083465b793

View file

@ -6,3 +6,18 @@ common:
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