mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +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>
23 lines
513 B
Plaintext
23 lines
513 B
Plaintext
=== LLDP admin status
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/services/lldp/lldp_admin_status]
|
|
|
|
==== Description
|
|
|
|
Verify that LLDP admin status is set properly by lldpd
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[LLDP admin status topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUT
|
|
. Enable target interface and enable LLDP
|
|
. Verify admin-status: 'rx-only'
|
|
. Verify admin-status: 'tx-only'
|
|
. Verify admin-status: 'disabled'
|
|
. Verify admin-status: 'tx-and-rx'
|
|
|
|
|