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

Unified Diff: server/tests/iperf/iperf.py

Issue 6902127: Fix iperf test and make server/client jobs to write to different result log directory. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 8 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 | « no previous file | server/tests/netperf2/netperf2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/tests/iperf/iperf.py
diff --git a/server/tests/iperf/iperf.py b/server/tests/iperf/iperf.py
index 4529a70a547bb7159955a5c6f351820f55b124f4..9828abf10a995207b20117865a359b84ffde265d 100644
--- a/server/tests/iperf/iperf.py
+++ b/server/tests/iperf/iperf.py
@@ -40,9 +40,11 @@ class iperf(test.test):
tagname)
server_command = subcommand.subcommand(server_at.run,
- [server_control_file, server.hostname])
+ [server_control_file, server.hostname],
+ subdir='server')
client_command = subcommand.subcommand(client_at.run,
- [client_control_file, client.hostname])
+ [client_control_file, client.hostname],
+ subdir='client')
subcommand.parallel([server_command, client_command])
« no previous file with comments | « no previous file | server/tests/netperf2/netperf2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698