]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/pim_igmp_vrf/test_pim_vrf.py
tests: Add IGMP/PIM VRF test
authorMartin Winter <mwinter@opensourcerouting.org>
Tue, 4 May 2021 02:07:45 +0000 (04:07 +0200)
committerMartin Winter <mwinter@opensourcerouting.org>
Tue, 6 Jul 2021 12:23:55 +0000 (14:23 +0200)
commit511184897b1ba45703f1a8b6503c6b4abc513482
tree6655baf98f24875f7fae8206b7075d517d765a0b
parentfe3c85de1a3e167ecd5308efa448d127e78a9f7e
tests: Add IGMP/PIM VRF test

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
24 files changed:
tests/topotests/pim_igmp_vrf/h1/zebra.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/h2/zebra.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/h3/zebra.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/h4/zebra.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/ospf_blue_neighbor.json [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/ospf_red_neighbor.json [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/pim_blue_join.json [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/pim_blue_neighbor.json [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/pim_blue_pimreg11.json [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/pim_red_join.json [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/pim_red_neighbor.json [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/pim_red_pimreg12.json [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/pimd.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r1/zebra.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r11/ospfd.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r11/pim_blue_join.json [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r11/pimd.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r11/zebra.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r12/ospfd.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r12/pim_red_join.json [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r12/pimd.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/r12/zebra.conf [new file with mode: 0644]
tests/topotests/pim_igmp_vrf/test_pim_vrf.py [new file with mode: 0755]