mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
27 lines
681 B
Plaintext
27 lines
681 B
Plaintext
=== Interface Status
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/interfaces/iface_enable_disable]
|
|
|
|
==== Description
|
|
|
|
Verify interface status properly propagate changes when an interface
|
|
is disabled and then re-enabled.
|
|
|
|
Both admin-status and oper-status are verified.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[Interface Status topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUTs
|
|
. Configure bridge and associated interfaces in target1
|
|
. Disable interface in target2
|
|
. Verify the interface is disabled
|
|
. Enable the interface and assign an IP address
|
|
. Verify the interface is enabled
|
|
. Verify it is possible to ping the interface
|
|
|
|
|