From 73f477be9dcbf0c02540d5afcb0b60c99da7e52b Mon Sep 17 00:00:00 2001 From: Cody Burkard Date: Tue, 8 Jul 2014 18:19:11 -0700 Subject: [PATCH] added waitConnect to linearbandwidth example. --- examples/linearbandwidth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/linearbandwidth.py b/examples/linearbandwidth.py index 3fd06c7..8e866a7 100755 --- a/examples/linearbandwidth.py +++ b/examples/linearbandwidth.py @@ -76,7 +76,7 @@ def linearBandwidthTest( lengths ): print "*** testing", datapath, "datapath" Switch = switches[ datapath ] results[ datapath ] = [] - net = Mininet( topo=topo, switch=Switch ) + net = Mininet( topo=topo, switch=Switch, waitConnected=True ) net.start() print "*** testing basic connectivity" for n in lengths: