diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2025-03-21 10:47:14 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2025-03-25 09:10:14 -0400 | 
| commit | f3790640d32908065dac91d84a687a98001dca25 (patch) | |
| tree | b8b6accf2a43fc791e3c9460630b890c852da6c9 /tests/topotests | |
| parent | ab6d15b42b1490bea99ca1db658d7dc8f6224b86 (diff) | |
tests: Expand hold timer to 60 seconds for high_ecmp
The hold timer is 5/20.  At load with a very very
large number of routes, the tests are experiencing
some issues with this.  Let's just give ourselves
some headroom associated with the receiving
of packets
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests')
| -rw-r--r-- | tests/topotests/high_ecmp/r1/frr.conf | 5 | ||||
| -rw-r--r-- | tests/topotests/high_ecmp/r1/frr_ipv4_bgp.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/high_ecmp/r1/frr_ipv6_bgp.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/high_ecmp/r1/frr_unnumbered_bgp.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/high_ecmp/r2/frr.conf | 5 | ||||
| -rw-r--r-- | tests/topotests/high_ecmp/r2/frr_ipv4_bgp.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/high_ecmp/r2/frr_ipv6_bgp.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/high_ecmp/r2/frr_unnumbered_bgp.conf | 3 | 
8 files changed, 10 insertions, 18 deletions
diff --git a/tests/topotests/high_ecmp/r1/frr.conf b/tests/topotests/high_ecmp/r1/frr.conf index 957e17e914..e64fb2e416 100644 --- a/tests/topotests/high_ecmp/r1/frr.conf +++ b/tests/topotests/high_ecmp/r1/frr.conf @@ -2577,3 +2577,8 @@ interface r1-eth514   ipv6 address 2001:db8:3:5::1/64   no shut  ! +router bgp 1001 +  timers bgp 5 60 +  no bgp ebgp-requires-policy +  read-quanta 1 +! diff --git a/tests/topotests/high_ecmp/r1/frr_ipv4_bgp.conf b/tests/topotests/high_ecmp/r1/frr_ipv4_bgp.conf index df64a146bc..ad7b9df919 100644 --- a/tests/topotests/high_ecmp/r1/frr_ipv4_bgp.conf +++ b/tests/topotests/high_ecmp/r1/frr_ipv4_bgp.conf @@ -1,7 +1,4 @@  router bgp 1001 -  timers bgp 5 20 -  no bgp ebgp-requires-policy -  read-quanta 1    neighbor 10.1.1.2 remote-as external    neighbor 10.1.2.2 remote-as external    neighbor 10.1.3.2 remote-as external diff --git a/tests/topotests/high_ecmp/r1/frr_ipv6_bgp.conf b/tests/topotests/high_ecmp/r1/frr_ipv6_bgp.conf index 15137a8715..9f4b961d82 100644 --- a/tests/topotests/high_ecmp/r1/frr_ipv6_bgp.conf +++ b/tests/topotests/high_ecmp/r1/frr_ipv6_bgp.conf @@ -1,7 +1,4 @@  router bgp 1001 -  timers bgp 5 20 -  no bgp ebgp-requires-policy -  read-quanta 1    neighbor 2001:db8:1:1::2 remote-as external    neighbor 2001:db8:1:2::2 remote-as external    neighbor 2001:db8:1:3::2 remote-as external diff --git a/tests/topotests/high_ecmp/r1/frr_unnumbered_bgp.conf b/tests/topotests/high_ecmp/r1/frr_unnumbered_bgp.conf index 7985fe6e99..f48eb23405 100644 --- a/tests/topotests/high_ecmp/r1/frr_unnumbered_bgp.conf +++ b/tests/topotests/high_ecmp/r1/frr_unnumbered_bgp.conf @@ -1,7 +1,4 @@  router bgp 1001 -  timers bgp 5 20 -  no bgp ebgp-requires-policy -  read-quanta 1    neighbor r1-eth0 interface remote-as external    neighbor r1-eth1 interface remote-as external    neighbor r1-eth2 interface remote-as external diff --git a/tests/topotests/high_ecmp/r2/frr.conf b/tests/topotests/high_ecmp/r2/frr.conf index 151f6da45c..1e98e31236 100644 --- a/tests/topotests/high_ecmp/r2/frr.conf +++ b/tests/topotests/high_ecmp/r2/frr.conf @@ -2577,3 +2577,8 @@ interface r2-eth514   ipv6 address 2001:db8:3:5::2/64   no shutdown  ! +router bgp 1002 +  timers bgp 5 60 +  no bgp ebgp-requires-policy +  read-quanta 1 +! diff --git a/tests/topotests/high_ecmp/r2/frr_ipv4_bgp.conf b/tests/topotests/high_ecmp/r2/frr_ipv4_bgp.conf index 48842bbfc2..afc3a30c7d 100644 --- a/tests/topotests/high_ecmp/r2/frr_ipv4_bgp.conf +++ b/tests/topotests/high_ecmp/r2/frr_ipv4_bgp.conf @@ -1,7 +1,4 @@  router bgp 1002 -  timers bgp 5 20 -  no bgp ebgp-requires-policy -  read-quanta 1    neighbor 10.1.1.1 remote-as external    neighbor 10.1.2.1 remote-as external    neighbor 10.1.3.1 remote-as external diff --git a/tests/topotests/high_ecmp/r2/frr_ipv6_bgp.conf b/tests/topotests/high_ecmp/r2/frr_ipv6_bgp.conf index e3258cabd4..b0728d3069 100644 --- a/tests/topotests/high_ecmp/r2/frr_ipv6_bgp.conf +++ b/tests/topotests/high_ecmp/r2/frr_ipv6_bgp.conf @@ -1,7 +1,4 @@  router bgp 1002 -  timers bgp 5 20 -  no bgp ebgp-requires-policy -  read-quanta 1    neighbor 2001:db8:1:1::1 remote-as external    neighbor 2001:db8:1:2::1 remote-as external    neighbor 2001:db8:1:3::1 remote-as external diff --git a/tests/topotests/high_ecmp/r2/frr_unnumbered_bgp.conf b/tests/topotests/high_ecmp/r2/frr_unnumbered_bgp.conf index 23827789fb..0b12e83e1f 100644 --- a/tests/topotests/high_ecmp/r2/frr_unnumbered_bgp.conf +++ b/tests/topotests/high_ecmp/r2/frr_unnumbered_bgp.conf @@ -1,7 +1,4 @@  router bgp 1002 -  timers bgp 5 20 -  no bgp ebgp-requires-policy -  read-quanta 1    neighbor r2-eth0 interface remote-as external    neighbor r2-eth1 interface remote-as external    neighbor r2-eth2 interface remote-as external  | 
