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

Unified Diff: server/site_tests/network_WiFiPerf/050Perf11b_WEP

Issue 6128002: autotest: create WiFiPerf suite (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: updates Created 9 years, 11 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 | « server/site_tests/network_WiFiPerf/050Perf11bPS ('k') | server/site_tests/network_WiFiPerf/051Perf11g » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/network_WiFiPerf/050Perf11b_WEP
diff --git a/server/site_tests/network_WiFiPerf/050Perf11b_WEP b/server/site_tests/network_WiFiPerf/050Perf11b_WEP
new file mode 100644
index 0000000000000000000000000000000000000000..a38f17f35e69c42eac42256ab39904c5a9075eab
--- /dev/null
+++ b/server/site_tests/network_WiFiPerf/050Perf11b_WEP
@@ -0,0 +1,37 @@
+# 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.
+
+# Test performance over a WEP-encrypted 802.11b connection
+# w/ power save disabled.
+
+{ "name":"Perf11b_WEP",
+ "steps":[ # Channel [1,6,11]
+ [ "create", { "type":"hostap" } ],
+ [ "config", { "channel":"2412", "mode":"11b",
+ "wepmode":"on",
+ # 26 digits : 01234567890123456789012345
+ "wep_key0": "0123456789abcdef0123456789",
+ "deftxkey":"0"
+ }
+ ],
+ [ "connect", { "security":"wep",
+ "psk":"0:0123456789abcdef0123456789" } ],
+
+ [ "client_powersave_off" ],
+
+ [ "client_iperf", { "tcp":None, "test_time":"60" } ],
+ [ "server_iperf", { "tcp":None, "test_time":"60" } ],
+
+ [ "client_iperf", { "udp":None, "bandwidth":"5m" } ],
+ [ "server_iperf", { "udp":None, "bandwidth":"5m" } ],
+
+ [ "client_iperf", { "udp":None, "bandwidth":"10m" } ],
+ [ "server_iperf", { "udp":None, "bandwidth":"10m" } ],
+
+ [ "client_iperf", { "udp":None, "bandwidth":"15m" } ],
+ [ "server_iperf", { "udp":None, "bandwidth":"15m" } ],
+
+ [ "destroy" ],
+ ],
+}
« no previous file with comments | « server/site_tests/network_WiFiPerf/050Perf11bPS ('k') | server/site_tests/network_WiFiPerf/051Perf11g » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698