]> git.puffer.fish Git - mirror/frr.git/commit
topotests: Add test for bgp update-delay configuration 7031/head
authorDon slice <dslice@nvidia.com>
Fri, 28 Aug 2020 19:53:03 +0000 (15:53 -0400)
committerDon Slice <dslice@nvidia.com>
Tue, 8 Sep 2020 11:27:15 +0000 (04:27 -0700)
commit0922d2e56e13d4de0cc01029a2a96d7572a426b5
tree0588b992b852f06217261cc90e0600d0f38fc077
parentd70583f78ddd6eb13dbb7d578f5391951ba44aab
topotests: Add test for bgp update-delay configuration

Signed-off-by: Don Slice <dslice@nvidia.com>
12 files changed:
tests/topotests/bgp_update_delay/__init__.py [new file with mode: 0644]
tests/topotests/bgp_update_delay/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_update_delay/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_update_delay/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_update_delay/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_update_delay/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_update_delay/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_update_delay/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_update_delay/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_update_delay/r5/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_update_delay/r5/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_update_delay/test_bgp_update_delay.py [new file with mode: 0755]