diff --git a/examples/test/test_simpleperf.py b/examples/test/test_simpleperf.py index f8e94d5..027c039 100755 --- a/examples/test/test_simpleperf.py +++ b/examples/test/test_simpleperf.py @@ -18,7 +18,7 @@ class testSimplePerf( unittest.TestCase ): "Run the example and verify iperf results" # 10 Mb/s, plus or minus 20% tolerance BW = 10 - TOLERANCE = .2 + TOLERANCE = .2 p = pexpect.spawn( 'python -m mininet.examples.simpleperf testmode' ) # check iperf results p.expect( "Results: \['10M', '([\d\.]+) .bits/sec", timeout=480 )