562ac9d9e6
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>
14 lines
214 B
YAML
14 lines
214 B
YAML
sample:
|
|
description: Test DSA functionality
|
|
name: DSA sample app
|
|
common:
|
|
harness: net
|
|
tags:
|
|
- net
|
|
- dsa
|
|
tests:
|
|
sample.net.dsa:
|
|
build_only: true
|
|
platform_allow: ip_k66f
|
|
depends_on: eth
|