zephyr/samples/net/openthread/coprocessor/sample.yaml
Robert Lubos 562ac9d9e6 net: Add more specific dependencies for specialized samples
Certain samples  are supposed to demonstrate technology-specific
features, therefore their dependencies in sample.yml could be
narrowed to run verify build only on boards which support that
specific technology (like Ethernet or OpenThread).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-03-06 09:11:51 +01:00

40 lines
992 B
YAML

common:
harness: net
tags:
- net
- openthread
depends_on: openthread
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
- tlsr9518adk80d
integration_platforms:
- nrf52840dk/nrf52840
sample.net.openthread.coprocessor.usb:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
- nrf52833dk/nrf52833
integration_platforms:
- nrf52840dk/nrf52840
tags: ci_build
extra_args:
- OVERLAY_CONFIG=overlay-usb-nrf-br.conf
- DTC_OVERLAY_FILE="usb.overlay"
sample.openthread.coprocessor.rcp:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
- nrf52833dk/nrf52833
- tlsr9518adk80d
integration_platforms:
- nrf52840dk/nrf52840
extra_args: OVERLAY_CONFIG=overlay-rcp.conf