]> git.proxmox.com Git - mirror_frr.git/commitdiff
tests: Add aggressive timers to the new route server client test
authorDonald Sharp <sharpd@nvidia.com>
Wed, 24 Nov 2021 01:19:05 +0000 (20:19 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 24 Nov 2021 01:24:08 +0000 (20:24 -0500)
The new bgp_route_server_client test is not setting the
timers for peers to be fast enough to have the ability
to converge in under 60 seconds if a packet is dropped/missed
at startup.  Make the test have the ability to converge
under load

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_route_server_client/r1/bgpd.conf
tests/topotests/bgp_route_server_client/r2/bgpd.conf
tests/topotests/bgp_route_server_client/r3/bgpd.conf

index af05e49bfad0c01530f6a15d56d40479c7747646..d6c83079f766d7bd0afe78a1c45543837d6ae38f 100644 (file)
@@ -3,6 +3,7 @@ router bgp 65001
  bgp router-id 10.10.10.1
  no bgp ebgp-requires-policy
  neighbor 2001:db8:1::1 remote-as external
+ neighbor 2001:db8:1::1 timers 3 10
  address-family ipv6 unicast
   redistribute connected
   neighbor 2001:db8:1::1 activate
index 6ad7fdf06ca4149a35813645fc56ce550f305fce..bdcae4a996116ae5a1a60cb4e84c733d3832179b 100644 (file)
@@ -2,7 +2,9 @@ router bgp 65000 view RS
  bgp router-id 10.10.10.2
  no bgp ebgp-requires-policy
  neighbor 2001:db8:1::2 remote-as external
+ neighbor 2001:db8:1::2 timers 3 10
  neighbor 2001:db8:3::2 remote-as external
+ neighbor 2001:db8:3::2 timers 3 10
  address-family ipv6 unicast
   redistribute connected
   neighbor 2001:db8:1::2 activate
index ea1f73a5dc2a057238a22d3121863d46a80d8c88..4b565e7b77bd8b15d3bacd16b0e05c437acfac61 100644 (file)
@@ -3,6 +3,7 @@ router bgp 65003
  bgp router-id 10.10.10.3
  no bgp ebgp-requires-policy
  neighbor 2001:db8:3::1 remote-as external
+ neighbor 2001:db8:3::1 timers 3 10
  address-family ipv6 unicast
   redistribute connected
   neighbor 2001:db8:3::1 activate