From 9e7fd5ecbd6ff5c77926740fcc102e5ee0fd2f2e Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 9 Apr 2021 12:02:18 -0400 Subject: [PATCH] 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 --- tests/topotests/lib/bgp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/topotests/lib/bgp.py b/tests/topotests/lib/bgp.py index 83ee866636..ecb0a23dff 100644 --- a/tests/topotests/lib/bgp.py +++ b/tests/topotests/lib/bgp.py @@ -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) -- 2.39.5