mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-28 19:53:01 +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>
28 lines
539 B
Plaintext
28 lines
539 B
Plaintext
=== Bridge basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/interfaces/bridge_basic]
|
|
|
|
==== Description
|
|
|
|
Test basic connectivity to a bridge
|
|
|
|
....
|
|
|
|
PING --> br0 (10.0.0.2)
|
|
/
|
|
PC -------- target:data
|
|
|
|
....
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[Bridge basic topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUT
|
|
. Configure single bridge with a single physical port, bridge @ IP 10.0.0.2
|
|
. Verify ping 10.0.0.2 is possible from host:data
|
|
|
|
|