mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
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:
parent
ee51a3d9ec
commit
eee0457da7
@ -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))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user