mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
test: update forgotten .adoc files
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
=== Dual bridges on one device
|
||||
==== Description
|
||||
Verify that it is possible to ping through a bridge to another bridge via VETH interfaces.
|
||||
|
||||
....
|
||||
PING --> br0 br1 10.0.0.2
|
||||
/ \ /
|
||||
PC - target:data veth0a - veth0b
|
||||
....
|
||||
|
||||
==== Topology
|
||||
ifdef::topdoc[]
|
||||
image::{topdoc}../../test/case/ietf_interfaces/dual_bridge/topology.svg[Dual bridges on one device topology]
|
||||
endif::topdoc[]
|
||||
ifndef::topdoc[]
|
||||
ifdef::testgroup[]
|
||||
image::dual_bridge/topology.svg[Dual bridges on one device topology]
|
||||
endif::testgroup[]
|
||||
ifndef::testgroup[]
|
||||
image::topology.svg[Dual bridges on one device topology]
|
||||
endif::testgroup[]
|
||||
endif::topdoc[]
|
||||
==== Test sequence
|
||||
. Set up topology and attach to target DUTs
|
||||
. Configure two bridges linked and a veth pair
|
||||
. Verify ping from host:data to 10.0.0.2
|
||||
|
||||
|
||||
<<<
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
=== GRETAP bridged with physical interface
|
||||
==== Description
|
||||
Undefined
|
||||
Test that gretap works as it should and that it possible to bridge it.
|
||||
|
||||
==== Topology
|
||||
ifdef::topdoc[]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
=== VXLAN bridged with physical interface
|
||||
==== Description
|
||||
Undefined
|
||||
Test that vxlan works as it should and that it possible to bridge it.
|
||||
|
||||
==== Topology
|
||||
ifdef::topdoc[]
|
||||
|
||||
@@ -33,11 +33,15 @@ endif::topdoc[]
|
||||
. Configure VETH pair
|
||||
. Configure bridge br-D and associated interfaces
|
||||
. Configure br-Q and associated interfaces
|
||||
. Configure GRE Tunnels
|
||||
. Configure VxLAN Tunnels
|
||||
. Verify interface 'lo' is of type loopback
|
||||
. Verify interfaces 'ethX' and 'ethQ' are of type 'ethernet' (or etherlike if running Qemu)
|
||||
. Verify interfaces 'br-0', 'br-X', 'br-D' and 'br-Q' are of type 'bridge'
|
||||
. Verify interfaces 'veth0a' and 'veth0b' are of type 'veth'
|
||||
. Verify interfaces 'veth0a.20', 'ethQ.10', 'ethX.30', 'ethQ.10' and 'br-Q.40' are of type 'vlan'
|
||||
. Verify GRE interfaces 'gre-v4', 'gre-v6', 'gretap-v4' and 'gretap-v6'
|
||||
. Verify VxLAN interfaces 'vxlan-v4' and 'vxlan-v6'
|
||||
|
||||
|
||||
<<<
|
||||
|
||||
@@ -17,6 +17,7 @@ endif::topdoc[]
|
||||
==== Test sequence
|
||||
. Connect to the target device
|
||||
. Create a guest user on the target device
|
||||
. Wait until SSH server is ready to accept connections
|
||||
. Write private key to a temporary file
|
||||
. Verify it is possible to fetch syslog data using public key
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ endif::topdoc[]
|
||||
==== Test sequence
|
||||
. Setup topology and attach to the target
|
||||
. Configure SSH server
|
||||
. Wait until SSH server is ready to accept connections
|
||||
. Verify SSH public keys
|
||||
. Verify it is not possible to access SSH on other IP address
|
||||
. Disable SSH server
|
||||
|
||||
@@ -10,7 +10,7 @@ PC, which can act as a link breaker.
|
||||
.Use-case overview.
|
||||
[#img-overview]
|
||||
ifdef::topdoc[]
|
||||
image::{topdoc}../../test/case/use_case/ospf_container/overview.svg[]
|
||||
image::../../test/case/use_case/ospf_container/overview.svg[]
|
||||
endif::topdoc[]
|
||||
ifndef::topdoc[]
|
||||
ifdef::testgroup[]
|
||||
@@ -51,7 +51,7 @@ second bridge, `br1`, only use IPv6 link-local addresses.
|
||||
.Internal network setup, here router R1 on subnet 10.1.1.1/24.
|
||||
[#img-setup]
|
||||
ifdef::topdoc[]
|
||||
image::{topdoc}../../test/case/use_case/ospf_container/internal-network.svg[Internal networks]
|
||||
image::../../test/case/use_case/ospf_container/internal-network.svg[Internal networks]
|
||||
endif::topdoc[]
|
||||
ifndef::topdoc[]
|
||||
ifdef::testgroup[]
|
||||
|
||||
Reference in New Issue
Block a user