We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0a97e5 + 55d88ee commit bee5b36Copy full SHA for bee5b36
tests/topotests/bgp_gr_notification/test_bgp_gr_notification.py
@@ -195,14 +195,14 @@ def _bgp_verify_show_bgp_router_json():
195
step("Reset and delay the session establishement for R1")
196
r1.vtysh_cmd(
197
"""
198
- configure terminal"
+ configure terminal
199
router bgp
200
neighbor 192.168.255.2 timers delayopen 60
201
202
)
203
r2.vtysh_cmd(
204
205
206
207
neighbor 192.168.255.1 timers delayopen 60
208
0 commit comments