added waitConnect to linearbandwidth example.

This commit is contained in:
Cody Burkard
2014-07-08 18:19:11 -07:00
parent 4797b42005
commit 73f477be9d
+1 -1
View File
@@ -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: