]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: Fix typo when configuring delayopen timer
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 3 Apr 2025 11:01:20 +0000 (14:01 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 3 Apr 2025 14:32:52 +0000 (14:32 +0000)
`"` 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)

tests/topotests/bgp_gr_notification/test_bgp_gr_notification.py

index 874ad09264b5d2f10ca6c1aa434d1b25627143f4..e2bcd004d4ef180151b6ae978e3a1ae24aaa2d9f 100644 (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
         """