From eee0457da70671c2d5fd02e57e9b8829dba6956d Mon Sep 17 00:00:00 2001 From: naveen Date: Tue, 21 Apr 2020 20:35:01 +0530 Subject: [PATCH] tests: Enhanced lib by removing unnecessary sleep 1. libs modified are bgp.py and common_config.py Signed-off-by: naveen --- tests/topotests/lib/bgp.py | 2 -- 1 file changed, 2 deletions(-) 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)) -- 2.39.5