]> git.puffer.fish 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>
Sat, 21 Aug 2021 01:17:47 +0000 (03:17 +0200)
commite01135fc06abaa5a5ea739710ffa2eb05b1b5273
tree11bf1b23a8a28229d0fd473d0afb0369c8665e6a
parent57b6cb696e3947a2ce1f1417caf7d3e2db02eea0
tests: Add PIM ACL-based RP selection test

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
(cherry picked from commit fe3c85de1a3e167ecd5308efa448d127e78a9f7e)
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]