]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add a test case for `bgp reject-as-sets` 5305/head
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 13 Nov 2019 09:28:28 +0000 (11:28 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 14 Nov 2019 17:19:05 +0000 (19:19 +0200)
commit7ea16cb00d1389b5049adf920b5e5695b30bc63e
treea65c3dcfb791e7f88321cfc00985ff639da8023e
parentf0c81afe6160542a13e0dfd9cbf30259d195802a
tests: Add a test case for `bgp reject-as-sets`

Test if AS_SET was stripped and announced without AS_SET to the peers.

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
tests/topotests/bgp_reject_as_sets/__init__.py [new file with mode: 0644]
tests/topotests/bgp_reject_as_sets/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_reject_as_sets/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_reject_as_sets/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_reject_as_sets/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_reject_as_sets/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_reject_as_sets/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_reject_as_sets/test_bgp_reject_as_sets.py [new file with mode: 0644]