]> git.puffer.fish Git - mirror/frr.git/commit
topotests: add bgp_redistribute_table test 14388/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 28 Aug 2023 09:12:20 +0000 (11:12 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 20 Oct 2023 11:28:52 +0000 (13:28 +0200)
commitdeac143c6eef3c4e8cc1c6d2ef29d830d1ae5b86
tree36e31cd8f940c54e79108ce446b65fce35ef66d9
parent8937fe668dae8b7141626af6a7bf9788436d7dda
topotests: add bgp_redistribute_table test

There is no test that ensures the test of the 'redistribute
table-direct' facility. Add a test that checks that routes
created before and after BGP is started, is correctly imported.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_redistribute_table/__init__.py [new file with mode: 0644]
tests/topotests/bgp_redistribute_table/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_redistribute_table/r1/ipv4_routes_with_all_redistribute.json [new file with mode: 0644]
tests/topotests/bgp_redistribute_table/r1/ipv4_routes_with_redistribute.json [new file with mode: 0644]
tests/topotests/bgp_redistribute_table/r1/ipv4_routes_without_redistribute.json [new file with mode: 0644]
tests/topotests/bgp_redistribute_table/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_redistribute_table/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_redistribute_table/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_redistribute_table/test_bgp_redistribute_table.py [new file with mode: 0644]