mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 10:54:01 +00:00
ospf6-topo1: Less chatty timeout messages during convergence
This commit is contained in:
parent
806111c083
commit
50bd94cd20
@ -302,15 +302,14 @@ def test_ospf6_converged():
|
||||
for i in range(1, 5):
|
||||
notConverged = net['r%s' % i].cmd('vtysh -c "show ipv6 ospf neigh" 2> /dev/null | grep ^[0-9] | grep -v Full')
|
||||
if notConverged:
|
||||
print('Waiting for r%s' %i),
|
||||
print('Waiting for r%s' %i)
|
||||
sys.stdout.flush()
|
||||
break
|
||||
if notConverged:
|
||||
sleep(2)
|
||||
timeout -= 2
|
||||
print('\r \r'),
|
||||
sleep(5)
|
||||
timeout -= 5
|
||||
else:
|
||||
print('\rDone ')
|
||||
print('Done')
|
||||
print(notConverged)
|
||||
break
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user