]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgp_multiview_topo1: Fix bad check for running daemons
authorMartin Winter <mwinter@opensourcerouting.org>
Mon, 16 Jan 2017 17:34:03 +0000 (09:34 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:11 +0000 (20:22 -0500)
Only one ruter running in the setup

tests/topotests/bgp_multiview_topo1/test_bgp_multiview_topo1.py

index fbafd30cf50467fe9bf8af75f810218c4b855bbc..c3165a10a63e7f05264285f8f8ddc9a5f3dfefc7 100755 (executable)
@@ -341,7 +341,7 @@ def test_quagga_running():
 
     # CLI(net)
     failedRunning = ""
-    for i in range(1, 5):
+    for i in range(1, 2):
         failedDaemon = net['r%s' % i].checkQuaggaRunning()
         if failedDaemon:
             failedRunning += "   Daemons failed on r%s: %s\n" % (i, failedDaemon)