Minor formatting changes.

This commit is contained in:
Bob Lantz
2010-03-24 13:42:46 -07:00
parent c70aab0a38
commit 353411422e
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ def linearBandwidthTest( lengths ):
switches = { 'reference kernel': KernelSwitch,
'reference user': UserSwitch,
'Open vSwitch kernel': OVSKernelSwitch }
for datapath in switches.keys():
print "*** testing", datapath, "datapath"
Switch = switches[ datapath ]