Index: server/tests/netperf2/netperf2.py |
diff --git a/server/tests/netperf2/netperf2.py b/server/tests/netperf2/netperf2.py |
index 108dab8b1bcd36fc5af3a0706be644e6492a5999..6317c6c864096cffcb397064034b7b4578b21b4a 100644 |
--- a/server/tests/netperf2/netperf2.py |
+++ b/server/tests/netperf2/netperf2.py |
@@ -39,9 +39,11 @@ class netperf2(test.test): |
time, stream_list, test, cycles) |
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]) |