mirror_frr/tests
Donald Sharp b7822d2016 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>
2018-12-12 13:37:46 +01:00
..
bgpd lib: add support for confirmed commits 2018-12-07 11:11:33 -02:00
helpers lib: add support for confirmed commits 2018-12-07 11:11:33 -02:00
isisd tests: Verify correct operation of lsp_build_list_nonzero_ht 2018-11-12 12:24:10 +01:00
lib lib, tests: add support for keyless YANG lists 2018-12-09 13:58:53 -02:00
ospf6d build: non-recursive tests 2018-09-08 21:26:54 +02:00
topotests topotests: Add a basic route leak vrf test 2018-12-12 13:37:46 +01:00
.gitignore lib, tests: major rework in the operational-data callbacks 2018-11-26 18:28:53 -02:00
Makefile build: non-recursive tests 2018-09-08 21:26:54 +02:00
pytest.ini tests: Exclude topotests from consideration 2018-11-27 20:22:10 -05:00
runtests.py tests: add pytest testrunners 2017-02-13 17:43:47 +01:00
subdir.am lib, tests: major rework in the operational-data callbacks 2018-11-26 18:28:53 -02:00
test_lblmgr.c *: Replace zclient_new with zclient_new_notify 2018-11-12 09:16:23 -05:00