mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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:
parent
112663772a
commit
55d88ee3de
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue