Skip to content

Commit

Permalink
fix test_05_holdtime_expiry_graceful_restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Klyaus authored and fujita committed Dec 2, 2024
1 parent 01ce002 commit fd310e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scenario_test/graceful_restart_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def test_05_holdtime_expiry_graceful_restart(self):
g1 = self.bgpds['g1']
g2 = self.bgpds['g2']
g3 = self.bgpds['g3']
g2.wait_for(expected_state=BGP_FSM_ESTABLISHED, peer=g1)
g1.local("ip route add blackhole {}/32".format(g2.ip_addrs[0][1].split("/")[0]))
g1.local("ip route add blackhole {}/32".format(g3.ip_addrs[0][1].split("/")[0]))
g2.wait_for(expected_state=BGP_FSM_ACTIVE, peer=g1)
Expand Down

0 comments on commit fd310e5

Please sign in to comment.