Fixed iperf test.

Not sure if I want nox_core -v in nox.py - it's useful for debugging.
ripcordtest.py (and grid.py) still depend on routing, which I haven't been
able to test yet.
This commit is contained in:
Bob Lantz
2009-12-14 22:37:19 -08:00
parent 77131e8f24
commit 9dbb68df9e
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class FatTree( Network ):
for neighbor in graph.neighbors( miniToGraph[ switch ] ):
miniNeighbor = graphToMini[ neighbor ]
if miniNeighbor not in currentNeighbors:
print ".", ; flush()
print '.', ; flush()
createLink( switch, graphToMini[ neighbor ] )
print
return switches, hosts