Revert "fixed default iperf formatting behavior"

This reverts commit 0e733c7754.
This commit is contained in:
Cody Burkard
2014-07-08 16:55:50 -07:00
parent 3131c90344
commit 93ddd92662
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ class testOptionsTopoCommon( object ):
# pylint: enable-msg=W0612
for rttval in [rttmin, rttavg, rttmax]:
# Multiply delay by 4 to cover there & back on two links
self.assertWithinTolerance( rttval, DELAY_MS * 4.0,
self.assertWithinTolerance( rttval, DELAY_MS * 4.0,
DELAY_TOLERANCE)