Merge pull request #16510 from donaldsharp/test_timing_fixes

Test timing fixes
This commit is contained in:
Jafar Al-Gharaibeh 2024-08-01 12:45:09 -04:00 committed by GitHub
commit e38dfe03fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 15 additions and 1 deletions

View File

@ -7,6 +7,7 @@ router bgp 101
bgp graceful-restart
neighbor 2001:db8:4::1 remote-as 102
neighbor 2001:db8:4::1 timers 3 10
neighbor 2001:db8:4::1 timers connect 1
neighbor 2001:db8:4::1 remote-as external
neighbor 2001:db8:4::1 bfd
neighbor 2001:db8:4::1 bfd check-control-plane-failure

View File

@ -11,6 +11,7 @@ router bgp 102
bgp graceful-restart restart-time 900
neighbor 2001:db8:1::1 remote-as 101
neighbor 2001:db8:1::1 timers 3 10
neighbor 2001:db8:1::1 timers connect 1
neighbor 2001:db8:1::1 remote-as external
neighbor 2001:db8:1::1 update-source 2001:db8:4::1
neighbor 2001:db8:1::1 bfd

View File

@ -4,6 +4,10 @@ router bgp 65001
no bgp network import-check
neighbor 192.168.1.2 remote-as external
neighbor 2001:db8:1::2 remote-as external
neighbor 192.168.1.2 timers 3 10
neighbor 192.168.1.2 timers connect 1
neighbor 2001:db8:1::2 timers 3 10
neighbor 2001:db8:1::2 timers connect 1
address-family ipv4 unicast
network 192.168.0.1/32
no neighbor 2001:db8:1::2 activate

View File

@ -6,6 +6,10 @@ router bgp 65002
no bgp network import-check
neighbor 192.168.1.1 remote-as external
neighbor 2001:db8:1::1 remote-as external
neighbor 192.168.1.1 timers 3 10
neighbor 192.168.1.1 timers connect 1
neighbor 2001:db8:1::1 timers 3 10
neighbor 2001:db8:1::1 timers connect 1
address-family ipv4 unicast
network 10.10.10.1/32
network 10.10.10.2/32

View File

@ -11,6 +11,8 @@ router bgp 65001
bgp router-id 10.10.10.1
no bgp ebgp-requires-policy
neighbor 2001:db8::2 remote-as external
neighbor 2001:db8::2 timers 3 10
neighbor 2001:db8::2 timers connect 1
address-family ipv6 unicast
neighbor 2001:db8::2 activate
neighbor 2001:db8::2 route-map r2 in

View File

@ -5,6 +5,8 @@ router bgp 65002
bgp router-id 10.10.10.2
no bgp ebgp-requires-policy
neighbor 2001:db8::1 remote-as external
neighbor 2001:db8::1 timers 3 10
neighbor 2001:db8::1 timers connect 1
address-family ipv6 unicast
redistribute connected
neighbor 2001:db8::1 activate

View File

@ -165,7 +165,7 @@ def route_install_helper(iter):
# Table of defaults, used for timeout values and 'expected' objects
scale_defaults = dict(
zip(scale_keys, [None, None, 10, 50, expected_installed, expected_removed])
zip(scale_keys, [None, None, 10, 60, expected_installed, expected_removed])
)
# List of params for each step in the test; note extra time given