]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if BGP as-override works correctly
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 27 Jul 2022 10:33:11 +0000 (13:33 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 27 Jul 2022 10:33:11 +0000 (13:33 +0300)
commitada423318a55fd7b2ea022603b14c5154ac954d5
treeca90a30f73031b0ad41c5d1b0e973cf3554a7e67
parent8d4abfc9b97584af13b9188b5c1495e465651b09
tests: Check if BGP as-override works correctly

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