Minor tweaks and corrections.
Added commentary on control network to mininet.py. Hopefully fixed linearbandwidth.py for real.
This commit is contained in:
@@ -26,7 +26,7 @@ def linearBandwidthTest():
|
||||
results[ datapath ] = []
|
||||
for switchCount in switchCounts:
|
||||
print "*** Creating linear network of size", switchCount
|
||||
network = LinearNet( switchCount, k)
|
||||
network = LinearNet( switchCount, kernel=k)
|
||||
bandwidth = network.run( iperfTest )
|
||||
results[ datapath ] += [ ( switchCount, bandwidth ) ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user