]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: Add a basic route leak vrf test
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 8 Dec 2018 19:13:55 +0000 (14:13 -0500)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 12 Dec 2018 12:37:46 +0000 (13:37 +0100)
commitb7822d201632aaf7c24bc3b3a57c4e3f5ad92f7a
tree924ee5092d38aae2b8882cda39ede4baa21f0d4c
parent6690b7ac7372a6a1fbb043cc365f0cc6bd7691df
topotests: Add a basic route leak vrf test

A recent commit broke this functionality, so add a very basic
route leak vrf test.

router bgp 99 vrf DONNA
  address-family ipv4 uni
    redistribute connected
    import vrf EVA
router bgp 99 vrf EVA
  address-family ipv4 uni
    redistribute connected
    import vrf DONNA

Routes should be leaked between the two vrf's.  Ensure that it does.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/bgp-vrf-route-leak-basic/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp-vrf-route-leak-basic/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp-vrf-route-leak-basic/setup_vrfs [new file with mode: 0644]
tests/topotests/bgp-vrf-route-leak-basic/test_bgp.py [new file with mode: 0644]