Skip to content

Commit bee5b36

Browse files
authored
Merge pull request #18572 from opensourcerouting/fix/syntax_error_bgp_gr_notification
tests: Fix typo when configuring delayopen timer
2 parents e0a97e5 + 55d88ee commit bee5b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/topotests/bgp_gr_notification/test_bgp_gr_notification.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,14 @@ def _bgp_verify_show_bgp_router_json():
195195
step("Reset and delay the session establishement for R1")
196196
r1.vtysh_cmd(
197197
"""
198-
configure terminal"
198+
configure terminal
199199
router bgp
200200
neighbor 192.168.255.2 timers delayopen 60
201201
"""
202202
)
203203
r2.vtysh_cmd(
204204
"""
205-
configure terminal"
205+
configure terminal
206206
router bgp
207207
neighbor 192.168.255.1 timers delayopen 60
208208
"""

0 commit comments

Comments
 (0)