Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: client/tests/netperf2/netperf2.py

Issue 6551020: Merge remote branch 'autotest-upstream/master' into try-box1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/lmbench/0003-makefile.patch ('k') | client/tests/rmaptest/rmaptest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/netperf2/netperf2.py
diff --git a/client/tests/netperf2/netperf2.py b/client/tests/netperf2/netperf2.py
index 179757aca1597b7188b89e7e74c9bef5ff374ee9..ef19f00ef066b05877defc6f56d4ce4e5062145f 100644
--- a/client/tests/netperf2/netperf2.py
+++ b/client/tests/netperf2/netperf2.py
@@ -173,7 +173,7 @@ class netperf2(test.test):
# first and last sample when recording results
interval = max(1, test_time / 5)
cmds.append('sleep %d && %s -P ALL %s 5' % (self.wait_time, mpstat,
- interval))
+ interval))
# Add the netperf commands
for i in xrange(num_streams):
« no previous file with comments | « client/tests/lmbench/0003-makefile.patch ('k') | client/tests/rmaptest/rmaptest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698