]> git.proxmox.com Git - mirror_frr.git/commit
bfd-topo1: add convergence tests
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 28 Feb 2018 16:08:14 +0000 (13:08 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:14 +0000 (20:22 -0500)
commit843713317d94f7a4d1fc213adad55b1518d235f2
tree140d83b174d203a6f2b29babd977af733f0f96b8
parent4d45d6d3b0f289e7d338f86736a12a2f1177acac
bfd-topo1: add convergence tests

Test if BFD peers have found each other and if the BGP neighors have
connected.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
22 files changed:
tests/topotests/bfd-topo1/__init__.py [new file with mode: 0644]
tests/topotests/bfd-topo1/r1/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r1/bgp_summary.json [new file with mode: 0644]
tests/topotests/bfd-topo1/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r1/peers.json [new file with mode: 0644]
tests/topotests/bfd-topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r2/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r2/bgp_summary.json [new file with mode: 0644]
tests/topotests/bfd-topo1/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r2/peers.json [new file with mode: 0644]
tests/topotests/bfd-topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r3/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r3/bgp_summary.json [new file with mode: 0644]
tests/topotests/bfd-topo1/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r3/peers.json [new file with mode: 0644]
tests/topotests/bfd-topo1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r4/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r4/bgp_summary.json [new file with mode: 0644]
tests/topotests/bfd-topo1/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/r4/peers.json [new file with mode: 0644]
tests/topotests/bfd-topo1/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-topo1/test_bfd_topo1.py [new file with mode: 0644]