]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: Enhanced lib by removing unnecessary sleep
authornaveen <nguggarigoud@vmware.com>
Tue, 21 Apr 2020 15:05:01 +0000 (20:35 +0530)
committerVijay Kumar Gupta <vijayg@vmware.com>
Fri, 11 Dec 2020 00:44:48 +0000 (16:44 -0800)
1. libs modified are bgp.py and common_config.py

Signed-off-by: naveen <nguggarigoud@vmware.com>
tests/topotests/lib/bgp.py

index 13c794f182d22e53a7a515306afaedf656f7a5bb..7449b5932452f3636036b47af1c2eef002e14734 100644 (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))