From 6a387faa048bd7208c1a62e9d28b2b9aa5d957da Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 12 Jul 2018 08:25:44 +0000 Subject: [PATCH] Fix whitespace error --- examples/test/test_simpleperf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )