tests: Enhanced lib by removing unnecessary sleep

1. libs modified are bgp.py and common_config.py

Signed-off-by: naveen <nguggarigoud@vmware.com>
This commit is contained in:
naveen 2020-04-21 20:35:01 +05:30 committed by Vijay Kumar Gupta
parent ee51a3d9ec
commit eee0457da7

View File

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