Merge pull request #18572 from opensourcerouting/fix/syntax_error_bgp_gr_notification

tests: Fix typo when configuring delayopen timer
This commit is contained in:
Mark Stapp 2025-04-03 10:32:05 -04:00 committed by GitHub
commit bee5b36bbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,14 +195,14 @@ def test_bgp_administrative_reset_gr():
step("Reset and delay the session establishement for R1")
r1.vtysh_cmd(
"""
configure terminal"
configure terminal
router bgp
neighbor 192.168.255.2 timers delayopen 60
"""
)
r2.vtysh_cmd(
"""
configure terminal"
configure terminal
router bgp
neighbor 192.168.255.1 timers delayopen 60
"""