zephyr/samples/net/lldp/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

19 lines
321 B
YAML

common:
harness: net
tags:
- net
- lldp
sample:
description: Test LLDP functionality
name: LLDP sample app
tests:
sample.net.lldp:
platform_allow:
- native_posix
- native_posix_64
- native_sim
- native_sim_64
integration_platforms:
- native_sim
depends_on: eth