]> git.puffer.fish Git - matthieu/frr.git/commit
ospf: added a convergence test for link failure
authorRafael Zalamena <rzalamena@gmail.com>
Wed, 21 Jun 2017 21:08:00 +0000 (18:08 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
commitd4f6bcf127bb272d0474760c0b1e79159b00083e
tree1a90cc2afe013fc5b1191b3c22a9b0a521c435f4
parent6024e0b5dee842f6d34af12b7ca1a171b947cf60
ospf: added a convergence test for link failure

This new test simulates a link failure in router 3 and expects the OSPF
routing table to converge accordingly in all nodes.
tests/topotests/ospf-topo1/r1/ospfroute_down.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r2/ospfroute_down.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r3/ospfroute_down.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r4/ospfroute_down.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/test_ospf_topo1.py