]> git.puffer.fish Git - mirror/frr.git/commit
topotests: new test topology for MSDP
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 20 Apr 2021 17:54:27 +0000 (14:54 -0300)
committerRafael Zalamena <rzalamena@gmail.com>
Wed, 9 Jun 2021 15:32:24 +0000 (12:32 -0300)
commit1771900c0266b9b257dd642f0f680a1e38925f25
tree8e768110053d7a3baf7453a694a21ab5b634721e
parentab59579a124fa41d9efd0345761ef4df0dea638d
topotests: new test topology for MSDP

Add basic topology test for MSDP meshed groups.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
17 files changed:
tests/topotests/lib/mcast-tester.py [new file with mode: 0755]
tests/topotests/msdp_mesh_topo1/__init__.py [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r1/pimd.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r2/pimd.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r3/pimd.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/test_msdp_mesh_topo1.dot [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/test_msdp_mesh_topo1.png [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/test_msdp_mesh_topo1.py [new file with mode: 0644]