]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Remove sleep(200) from bgp-evpn-overlay-index-gateway 9291/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 4 Aug 2021 12:05:12 +0000 (08:05 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 4 Aug 2021 12:05:12 +0000 (08:05 -0400)
Remove a 200 second sleep from bgp-evpn-overlay-index-gateway.
There does not seem to be any evidence that this is needed
and I cannot make the test fail without it.

Fixes: #9035
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp-evpn-overlay-index-gateway/test_bgp_evpn_overlay_index_gateway.py

index 6728f76004eda8e5bd39c988cab577ec736f5c69..a411f13d2e4592f97e44eaa3584e6740e0e541e2 100755 (executable)
@@ -197,7 +197,6 @@ def setup_module(mod):
     tgen.start_router()
 
     logger.info("Running setup_module() done")
-    topotest.sleep(200)
 
 
 def teardown_module(mod):