]> git.puffer.fish Git - matthieu/frr.git/commit
ospf: added convergence test for IPv4
authorRafael Zalamena <rzalamena@gmail.com>
Mon, 19 Jun 2017 19:18:25 +0000 (16:18 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
commit6024e0b5dee842f6d34af12b7ca1a171b947cf60
tree65e21d1be955f6d72bdb09896ceebbf4d54f35d8
parent812e38a94dec6bd051ee92970e6c1b96497eb338
ospf: added convergence test for IPv4

Added a convergence test for OSPF (IPv4) using the new topology
builder Topogen.
16 files changed:
tests/topotests/ospf-topo1/__init__.py [new file with mode: 0755]
tests/topotests/ospf-topo1/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r1/ospfroute.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r2/ospfroute.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r3/ospfroute.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r4/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r4/ospfroute.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r4/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/test_ospf_topo1.dot [new file with mode: 0644]
tests/topotests/ospf-topo1/test_ospf_topo1.jpg [new file with mode: 0644]
tests/topotests/ospf-topo1/test_ospf_topo1.py [new file with mode: 0755]