Index: server/site_tests/network_WiFiPerf/052Perf11aPS |
diff --git a/server/site_tests/network_WiFiPerf/052Perf11aPS b/server/site_tests/network_WiFiPerf/052Perf11aPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..30fe1e1ef29e72987e46f7f4c25c45afc00f61aa |
--- /dev/null |
+++ b/server/site_tests/network_WiFiPerf/052Perf11aPS |
@@ -0,0 +1,39 @@ |
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+{ "name":"Perf11aPS", |
+ "steps":[ # Channel [1/11g,50/HT20] |
+ [ "create", { "type":"hostap" } ], |
+ [ "config", { "channel":"5240", "mode":"11a" } ], |
+ [ "connect", { "security":"none" } ], |
+ |
+ [ "client_powersave_on" ], |
+ |
+ [ "client_iperf", { "tcp":None, "test_time":"120" } ], |
+ [ "server_iperf", { "tcp":None, "test_time":"120" } ], |
+ |
+ [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ], |
+ [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ], |
+ |
+ [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"15m" } ], |
+ [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"15m" } ], |
+ |
+ [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"20m" } ], |
+ [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"20m" } ], |
+ |
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"25m" } ], |
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"25m" } ], |
+ |
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"30m" } ], |
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"30m" } ], |
+ |
+ [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"36m" } ], |
+ [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"36m" } ], |
+ |
+ [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"40m" } ], |
+ [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"40m" } ], |
+ |
+ [ "destroy" ], |
+ ], |
+} |