]> git.puffer.fish Git - mirror/frr.git/commit
topotests: add new basic PIM topology test
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 12 Apr 2021 19:47:38 +0000 (16:47 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 23 Apr 2021 12:29:00 +0000 (09:29 -0300)
commit0d00ac9cb5c24611fb3617a6aa30b04e47937070
tree5c3efdca8271180116d5a51e505516be67c2f057
parent1f3e6bf585ac9dcf5a94597c6c44c8aa967393ee
topotests: add new basic PIM topology test

Test for PIM (re)convergence and BFD usage.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
16 files changed:
tests/topotests/pim-basic-topo2/__init__.py [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r1/bfdd.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r1/pimd.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r1/zebra.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r2/bfdd.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r2/pimd.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r2/zebra.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r3/bfdd.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r3/pimd.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r3/zebra.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r4/bfdd.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r4/pimd.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/r4/zebra.conf [new file with mode: 0644]
tests/topotests/pim-basic-topo2/test_pim_basic_topo2.dot [new file with mode: 0644]
tests/topotests/pim-basic-topo2/test_pim_basic_topo2.png [new file with mode: 0644]
tests/topotests/pim-basic-topo2/test_pim_basic_topo2.py [new file with mode: 0644]