]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: new BFD test for multi hop features
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 12 Aug 2020 00:19:49 +0000 (21:19 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 12 Aug 2020 17:57:03 +0000 (14:57 -0300)
commit39bea45c190af068c5f684d63a1e57ecc06e5e81
tree8d38c475c9fac389955ea15c114c7031f96e6748
parent360d6ca51311cb69937dd270a81b06b0224f89b0
topotests: new BFD test for multi hop features

Add a new test to cover the new features for multi hop BFD peers:

- Test that we correctly receive TTL from protocol integration.
- Check minimum TTL usage and 'show' command.
- Check for passive mode.

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