]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if BGP default-originate withdraw works correctly 12786/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 9 Feb 2023 20:55:53 +0000 (22:55 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 10 Feb 2023 00:26:28 +0000 (00:26 +0000)
commit350fdbe2fbeae1a974d125ee8804ab4fb907226c
tree441a3cb5d1236dc3a40343aa898efcdd29b9e995
parent474555e15ca2d1fe7caa73b4cff799a7a18cdbad
tests: Check if BGP default-originate withdraw works correctly

And also do not crash when we do `clear ip bgp ...`.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 35b7ce08a81cfa8b55bd5160008e36d83cb8b791)
tests/topotests/bgp_default_originate_withdraw/__init__.py [new file with mode: 0644]
tests/topotests/bgp_default_originate_withdraw/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default_originate_withdraw/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default_originate_withdraw/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default_originate_withdraw/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default_originate_withdraw/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default_originate_withdraw/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default_originate_withdraw/test_bgp_default_originate_withdraw.py [new file with mode: 0644]