Skip to content

Commit

Permalink
doc: updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoMNardi committed Mar 13, 2024
1 parent f53ed1f commit 18e4285
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ def _bgp_aggregate_address_has_metric(router):
test_func = functools.partial(_bgp_converge, router)
success, result = topotest.run_and_expect(test_func, None, count=30, wait=0.5)

result = 'BOOOOMMMMMM!!! BGP did not converge!!!'

assert result is None, 'Failed to see bgp convergence in "{}"'.format(router)

test_func = functools.partial(_bgp_aggregate_address_has_metric, router)
Expand Down

0 comments on commit 18e4285

Please sign in to comment.