mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 22:53:02 +02:00
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>
=== 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 <<<