mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-27 11:13: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>
25 lines
676 B
Plaintext
25 lines
676 B
Plaintext
=== Routing basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/interfaces/routing_basic]
|
|
|
|
==== Description
|
|
|
|
Verify routing between interfaces is possible. That enable/disable routing
|
|
in configuration has the expected result.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[Routing basic topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUTs
|
|
. Setup host
|
|
. Enable forwarding on target:data1 and target:data2
|
|
. Verify ping from host:data1 to 10.0.0.10
|
|
. Verify ping from host:data2 to 192.168.0.10
|
|
. Disable forwarding on target:data1 and target:data2
|
|
. Verify ping does not work host:data1 to 10.0.0.10 and host:data2 to 192.168.0.10
|
|
|
|
|