mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 22:33:02 +02:00
To reduce the duplication of effort between 9pm and the Infamy framework this change consolidates the move from local 'infamy: title:' extension to 9pm 'name:'. For the parameterized tunnel tests we leverage the 9pm dynamic test-spec variable, which looks for a correspodning <case>.adoc instead of static Readme.adoc, when generating the test report. Each test documentation should cover all aspects of the test, much like the usage text of a UNIX program. To this end, the tunnel test docs are now more spelled out, including all invariants. Some refactoring of these tests were also necessary, e.g., replacing any reserved Python keywords like 'type', and other PEP-8 fixes. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
27 lines
761 B
Plaintext
27 lines
761 B
Plaintext
=== GRE point-to-point
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/ietf_interfaces/tunnel_basic]
|
|
|
|
==== Description
|
|
|
|
Set up a tunnel between two DUTs, host connected to the first DUT. Enable
|
|
IP forwarding on first DUT's interface to host and the tunnel interface to
|
|
the second DUT. On host, add route to IP network of second DUT and verify
|
|
connectivity with the second DUT through the tunnel.
|
|
|
|
- Tunnel types: GRE, GRETAP, and VxLAN
|
|
- Connectivity: IPv4 and IPv6
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[GRE point-to-point topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUTs
|
|
. Configure DUTs with tunnel gre
|
|
. Verify connectivity host:data to 10.0.0.2
|
|
. Verify connectivity host:data to 2001:db8::c0a8:0a02
|
|
|
|
|