Index: server/site_tests/network_WiFiPerf/051Perf11g_WEP |
diff --git a/server/site_tests/network_WiFiPerf/051Perf11g_WEP b/server/site_tests/network_WiFiPerf/051Perf11g_WEP |
new file mode 100644 |
index 0000000000000000000000000000000000000000..95ed168251316bea3ad81598fad85b7da0d751a0 |
--- /dev/null |
+++ b/server/site_tests/network_WiFiPerf/051Perf11g_WEP |
@@ -0,0 +1,48 @@ |
+# 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":"Perf11g_WEP", |
+ "steps":[ # Channel 1 |
+ [ "create", { "type":"hostap" } ], |
+ [ "config", { "channel":"2412", "mode":"11g", |
+# "authmode":"open", "wepmode":"on", |
Paul Stewart
2011/01/07 22:25:44
Is this a TODO?
|
+ "wepmode":"on", |
+ # 26 digits : 01234567890123456789012345 |
+ "wep_key0" :"0123456789abcdef0123456789", |
+ "deftxkey":"0" |
+ } |
+ ], |
+ [ "connect", { "security":"wep", |
+ "psk":"0:0123456789abcdef0123456789" } ], |
+ |
+ [ "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" } ], |
+ |
+ # XXX multiple streams |
+ # XXX mixed streams |
Paul Stewart
2011/01/07 22:25:44
This one could certainly be formatted as a TODO.
|
+ |
+ [ "destroy" ], |
+ ], |
+} |