]> git.puffer.fish Git - mirror/frr.git/commit
topotests: Add test for BGP graceful shutdown 7138/head
authorvivek <vivek@cumulusnetworks.com>
Mon, 21 Sep 2020 03:19:51 +0000 (20:19 -0700)
committervivek <vivek@cumulusnetworks.com>
Mon, 21 Sep 2020 03:19:51 +0000 (20:19 -0700)
commit211a9d4b97bf5894f0c10cea229b18e42b3cb54f
tree554257ee9ae30138c0ca6abc1546dd6e2183b465
parent05bd726cfeeb9f8207fbc85082b98507bcecda41
topotests: Add test for BGP graceful shutdown

Signed-off-by: Vivek Venkatraman <vivek@nvidia.com>
20 files changed:
tests/topotests/bgp_gshut/__init__.py [new file with mode: 0644]
tests/topotests/bgp_gshut/r1/bgp_route_1.json [new file with mode: 0644]
tests/topotests/bgp_gshut/r1/bgp_route_2.json [new file with mode: 0644]
tests/topotests/bgp_gshut/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_gshut/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_gshut/r2/bgp_sum_1.json [new file with mode: 0644]
tests/topotests/bgp_gshut/r2/bgp_sum_2.json [new file with mode: 0644]
tests/topotests/bgp_gshut/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_gshut/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_gshut/r3/bgp_route_1.json [new file with mode: 0644]
tests/topotests/bgp_gshut/r3/bgp_route_2.json [new file with mode: 0644]
tests/topotests/bgp_gshut/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_gshut/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_gshut/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_gshut/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_gshut/r5/bgp_route_1.json [new file with mode: 0644]
tests/topotests/bgp_gshut/r5/bgp_route_2.json [new file with mode: 0644]
tests/topotests/bgp_gshut/r5/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_gshut/r5/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_gshut/test_bgp_gshut.py [new file with mode: 0644]