summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2025-04-03 14:01:20 +0300
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2025-04-03 14:32:52 +0000
commit2bd650497b4cbeecfa19be0b5d380687ec5ce215 (patch)
tree5d2b0959f42c729fa9268b24fb430a445f999cad
parentbd0218544a5b0d7c91e1377b1174c083ef4a4b0c (diff)
tests: Fix typo when configuring delayopen timer
`"` was accidentally added, and random tests failures happening. Fixes: a4f61b78dd382c438ff4fec2fda7450ecc890edf ("tests: Check if routes are marked as stale and retained with N-bit for GR") Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org> (cherry picked from commit 55d88ee3de422ff6dc206c6ebe5ba96b3ff67967)
-rw-r--r--tests/topotests/bgp_gr_notification/test_bgp_gr_notification.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/topotests/bgp_gr_notification/test_bgp_gr_notification.py b/tests/topotests/bgp_gr_notification/test_bgp_gr_notification.py
index 874ad09264..e2bcd004d4 100644
--- a/tests/topotests/bgp_gr_notification/test_bgp_gr_notification.py
+++ b/tests/topotests/bgp_gr_notification/test_bgp_gr_notification.py
@@ -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
"""