mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
Let's drop the leading IETF or Infix prefixes from tests. Initially the idea was to mimnic the YANG models, but it's difficult to navigate and does not provide any real benefit to developers or end-users. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
24 lines
543 B
Plaintext
24 lines
543 B
Plaintext
=== LLDP enable/disable
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/services/lldp/lldp_enable_disable]
|
|
|
|
==== Description
|
|
|
|
Verify that LLDP can be enabled and disabled.
|
|
Operation and non-operation are confirmed using tcpdump.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[LLDP enable/disable topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUT
|
|
. Enable target interface and disable LLDP
|
|
. Enable LLDP
|
|
. Verify LLDP packets arrival on host:data
|
|
. Disable LLDP
|
|
. Verify no LLDP packets on host:data
|
|
|
|
|