]> git.proxmox.com Git - mirror_frr.git/commit
tests: Add PIM ACL-based RP selection test
authorMartin Winter <mwinter@opensourcerouting.org>
Tue, 4 May 2021 02:04:37 +0000 (04:04 +0200)
committerMartin Winter <mwinter@opensourcerouting.org>
Mon, 5 Jul 2021 23:44:36 +0000 (01:44 +0200)
commitfe3c85de1a3e167ecd5308efa448d127e78a9f7e
treeb793fca6c3f67495b752f711ed5850f6d3d820fa
parent80c5c45b0bc12d4fc5ca4b9d83a45db4798e7fac
tests: Add PIM ACL-based RP selection test

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
35 files changed:
tests/topotests/pim_acl/h1/zebra.conf [new file with mode: 0644]
tests/topotests/pim_acl/h2/zebra.conf [new file with mode: 0644]
tests/topotests/pim_acl/r1/acl_1_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r1/acl_2_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r1/acl_3_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r1/acl_4_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r1/acl_5_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r1/acl_6_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r1/ospf_neighbor.json [new file with mode: 0644]
tests/topotests/pim_acl/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r1/pim_neighbor.json [new file with mode: 0644]
tests/topotests/pim_acl/r1/pimd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r1/zebra.conf [new file with mode: 0644]
tests/topotests/pim_acl/r11/acl_1_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r11/ospfd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r11/pimd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r11/zebra.conf [new file with mode: 0644]
tests/topotests/pim_acl/r12/acl_2_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r12/ospfd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r12/pimd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r12/zebra.conf [new file with mode: 0644]
tests/topotests/pim_acl/r13/acl_3_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r13/ospfd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r13/pimd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r13/zebra.conf [new file with mode: 0644]
tests/topotests/pim_acl/r14/acl_4_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r14/acl_5_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r14/ospfd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r14/pimd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r14/zebra.conf [new file with mode: 0644]
tests/topotests/pim_acl/r15/acl_6_pim_join.json [new file with mode: 0644]
tests/topotests/pim_acl/r15/ospfd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r15/pimd.conf [new file with mode: 0644]
tests/topotests/pim_acl/r15/zebra.conf [new file with mode: 0644]
tests/topotests/pim_acl/test_pim_acl.py [new file with mode: 0755]