Files
infix/test/case/ietf_routing/ospf_basic
Joachim Wiberg 6e85ace4b0 test: update rib source protocol, infix-routing -> ietf-ospf
Latest YANG model change reverts back to using the IETF routing-protocol
type.  Update tests to check for infix-routing:ospf -> ietf-ospf:ospfv2.

Also, refactor and extend infamy/route.py:_exist_route() slightly for
readability and PEP-8, as well as to use an optional model prefix also
for next-hop-list addresses.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2024-09-26 15:49:45 +02:00
..

=== OSPF Basic
==== Description
Very basic OSPF test just test that OSPF sends HELLO packets between the DUTs
and that they exchange routes, ending with a simple connectivity check.

==== Topology
ifdef::topdoc[]
image::../../test/case/ietf_routing/ospf_basic/topology.png[OSPF Basic topology]
endif::topdoc[]
ifndef::topdoc[]
ifdef::testgroup[]
image::ospf_basic/topology.png[OSPF Basic topology]
endif::testgroup[]
ifndef::testgroup[]
image::topology.png[OSPF Basic topology]
endif::testgroup[]
endif::topdoc[]
==== Test sequence
. Configure targets
. Wait for OSPF routes
. Test connectivity from PC:data to 192.168.200.1


<<<