diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-07-24 13:17:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 13:17:31 -0400 |
| commit | bd86964db816ba1ac628f1b1f5099fd35f157ea5 (patch) | |
| tree | 92088a4147f07c5aa2f127faaf7269cd1e153638 | |
| parent | eab469b02efeee9e73c295b19358d07cd297cbc3 (diff) | |
| parent | 91e67abb610d6d39d304c24b2233a38b8c26e08a (diff) | |
Merge pull request #16455 from opensourcerouting/fix/bgp_gr_notifications_timing_flake
tests: Delay initial OPEN after we do `clear bgp`
| -rw-r--r-- | tests/topotests/bgp_gr_notification/r1/bgpd.conf | 2 | ||||
| -rw-r--r-- | tests/topotests/bgp_gr_notification/r2/bgpd.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/topotests/bgp_gr_notification/r1/bgpd.conf b/tests/topotests/bgp_gr_notification/r1/bgpd.conf index 6119f67436..0af042f6be 100644 --- a/tests/topotests/bgp_gr_notification/r1/bgpd.conf +++ b/tests/topotests/bgp_gr_notification/r1/bgpd.conf @@ -3,7 +3,7 @@ router bgp 65001 bgp graceful-restart neighbor 192.168.255.2 remote-as external neighbor 192.168.255.2 timers 1 3 - neighbor 192.168.255.2 timers connect 1 + neighbor 192.168.255.2 timers delayopen 10 address-family ipv4 redistribute connected exit-address-family diff --git a/tests/topotests/bgp_gr_notification/r2/bgpd.conf b/tests/topotests/bgp_gr_notification/r2/bgpd.conf index 05e17f0564..8325e21d2c 100644 --- a/tests/topotests/bgp_gr_notification/r2/bgpd.conf +++ b/tests/topotests/bgp_gr_notification/r2/bgpd.conf @@ -4,7 +4,7 @@ router bgp 65002 bgp graceful-restart neighbor 192.168.255.1 remote-as external neighbor 192.168.255.1 timers 1 3 - neighbor 192.168.255.1 timers connect 1 + neighbor 192.168.255.1 timers delayopen 10 address-family ipv4 redistribute connected exit-address-family |
