From: naveen Date: Tue, 21 Apr 2020 15:05:01 +0000 (+0530) Subject: tests: Enhanced lib by removing unnecessary sleep X-Git-Tag: base_7.6~102^2~7 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=eee0457da70671c2d5fd02e57e9b8829dba6956d;p=matthieu%2Ffrr.git tests: Enhanced lib by removing unnecessary sleep 1. libs modified are bgp.py and common_config.py Signed-off-by: naveen --- diff --git a/tests/topotests/lib/bgp.py b/tests/topotests/lib/bgp.py index 13c794f182..7449b59324 100644 --- a/tests/topotests/lib/bgp.py +++ b/tests/topotests/lib/bgp.py @@ -1616,8 +1616,6 @@ def clear_bgp(tgen, addr_type, router, vrf=None): else: run_frr_cmd(rnode, "clear bgp *") - sleep(5) - logger.debug("Exiting lib API: {}".format(sys._getframe().f_code.co_name))