]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if community-list works as expected
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 4 Dec 2022 19:52:05 +0000 (21:52 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 4 Dec 2022 20:25:38 +0000 (22:25 +0200)
commit1b484abc7d5a6e0e00ac79a28d00adc482cb78f0
tree2a31270b264dfb2fdd68bc3f9a4cf8daa98ac5af
parentc7e804c900a6cac81ad0c726093e41f64b739bc0
tests: Check if community-list works as expected

AND/OR cases.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_comm_list_match/__init__.py [new file with mode: 0644]
tests/topotests/bgp_comm_list_match/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_comm_list_match/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_comm_list_match/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_comm_list_match/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_comm_list_match/test_bgp_comm_list_match.py [new file with mode: 0644]