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:
Donald Sharp 2021-04-09 12:02:18 -04:00
parent 750b1916b9
commit 9e7fd5ecbd

View File

@ -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)