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>
11 lines
169 B
YAML
11 lines
169 B
YAML
common:
|
|
harness: net
|
|
tags:
|
|
- net
|
|
- vlan
|
|
sample:
|
|
description: Test VLAN functionality
|
|
name: VLAN sample app
|
|
tests:
|
|
sample.net.vlan:
|
|
depends_on: eth
|