]> git.puffer.fish Git - matthieu/frr.git/commit
ospf: add IPv6 OSPF convergence test
authorRafael Zalamena <rzalamena@gmail.com>
Fri, 30 Jun 2017 19:23:25 +0000 (16:23 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
commitf175c4eb97e5be4848518b4fbf3fa531e214aa50
tree87bad0408b2cf916856c7898699533c6d9ebda5f
parent56842c04697ac473c9283695583a78f72ff1cc99
ospf: add IPv6 OSPF convergence test

Add more tests to the ospf-topo1 to include IPv6 testing. Since both IP
versions are running together, there is no need to wait OSPF convergence
per IP version.
17 files changed:
tests/topotests/ospf-topo1/r1/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r1/ospf6route.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r1/ospf6route_down.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r1/zebra.conf
tests/topotests/ospf-topo1/r2/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r2/ospf6route.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r2/ospf6route_down.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r2/zebra.conf
tests/topotests/ospf-topo1/r3/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r3/ospf6route.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r3/ospf6route_down.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r3/zebra.conf
tests/topotests/ospf-topo1/r4/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf-topo1/r4/ospf6route.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r4/ospf6route_down.txt [new file with mode: 0644]
tests/topotests/ospf-topo1/r4/zebra.conf
tests/topotests/ospf-topo1/test_ospf_topo1.py