mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-23 23:46:07 +00:00
The application does nothing useful, it just enables Link Layer Discovery Protocol support which starts to send LLDP network packets to ethernet network interface. Note that the LLDP packets are only sent to those network interfaces that claim to support LLDP. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
11 lines
185 B
YAML
11 lines
185 B
YAML
common:
|
|
harness: net
|
|
tags: net lldp
|
|
sample:
|
|
description: Test LLDP functionality
|
|
name: LLDP sample app
|
|
tests:
|
|
test:
|
|
platform_whitelist: native_posix
|
|
depends_on: netif
|