diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/topotests/lib/bgp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/topotests/lib/bgp.py b/tests/topotests/lib/bgp.py index d2212d180..50cb586ac 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) |