tests: Fix typo when configuring delayopen timer

`"` was accidentally added, and random tests failures happening.

Fixes: a4f61b78dd ("tests: Check if routes are marked as stale and retained with N-bit for GR")

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
Donatas Abraitis 2025-04-03 14:01:20 +03:00
parent 112663772a
commit 55d88ee3de

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
"""