]> git.puffer.fish Git - matthieu/frr.git/commit
topotest: add tests for BFD profiles
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 29 May 2020 20:44:02 +0000 (17:44 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 12 Jun 2020 17:25:53 +0000 (14:25 -0300)
commita1e0142dced66e806586856b969fd81e19c9756e
tree0f27bfda627588c88d25c056556b96027fc9cc93
parent6a6b1036579bf2ed1e8c71957e4dce2e4b09ae2c
topotest: add tests for BFD profiles

Import a topology with some protocols that integrate with BFD. As other
daemons get the new BFD profile support we can update the test to cover
them.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
31 files changed:
tests/topotests/bfd-profiles-topo1/__init__.py [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r1/bfd-peers-initial.json [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r1/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r2/bfd-peers-initial.json [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r2/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r3/bfd-peers-initial.json [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r3/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r3/isisd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r4/bfd-peers-initial.json [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r4/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r4/isisd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r4/ospf6d.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r5/bfd-peers-initial.json [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r5/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r5/ospf6d.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r5/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r6/bfd-peers-initial.json [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r6/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r6/ospfd.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/r6/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/test_bfd_profiles_topo1.dot [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/test_bfd_profiles_topo1.png [new file with mode: 0644]
tests/topotests/bfd-profiles-topo1/test_bfd_profiles_topo1.py [new file with mode: 0644]