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:
parent
4500862af1
commit
083465b793
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue