]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: add bgp_large_comm_list_match test
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 10 Jul 2023 14:41:38 +0000 (16:41 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 2 Oct 2023 13:24:18 +0000 (15:24 +0200)
commit85caa21dffbe25c7da4cfe5d59db0f6106b5a3cb
treeb93c5751fb759777e1a9c4b4fd65cccd5948c56a
parentaa511000e0394528ddcab0f7728811d19d7f9c62
topotests: add bgp_large_comm_list_match test

Add a topotest to check for proper functioning of the
bgp large community list match operation under a route-map.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_large_comm_list_match/__init__.py [new file with mode: 0644]
tests/topotests/bgp_large_comm_list_match/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_large_comm_list_match/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_large_comm_list_match/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_large_comm_list_match/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_large_comm_list_match/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_large_comm_list_match/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_large_comm_list_match/test_bgp_large_comm_list_match.py [new file with mode: 0644]