mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 11:48:50 +00:00
tests: Do not sleep(5) when verifying bgp communities
There are better ways of ensuring that the remote side has your change instead of sleeping Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
750b1916b9
commit
9e7fd5ecbd
@ -1309,7 +1309,6 @@ def verify_bgp_community(
|
||||
|
||||
command = "show bgp"
|
||||
|
||||
sleep(5)
|
||||
for net in network:
|
||||
if vrf:
|
||||
cmd = "{} vrf {} {} {} json".format(command, vrf, addr_type, net)
|
||||
|
Loading…
Reference in New Issue
Block a user