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

Unified Diff: server/site_tests/network_WiFiPerf/060Perf24HT20

Issue 6128002: autotest: create WiFiPerf suite (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: 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
Index: server/site_tests/network_WiFiPerf/060Perf24HT20
diff --git a/server/site_tests/network_WiFiPerf/060Perf24HT20 b/server/site_tests/network_WiFiPerf/060Perf24HT20
new file mode 100644
index 0000000000000000000000000000000000000000..b4cecb50bac748275678ef73bef9880f56789208
--- /dev/null
+++ b/server/site_tests/network_WiFiPerf/060Perf24HT20
@@ -0,0 +1,110 @@
+# 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":"Perf24HT20",
+ "steps":[ # Channel 1, 6, 11
+ [ "create", { "type":"hostap" } ],
+ [ "config", { "channel":"2412", "ht20":None, "puren":None } ],
+ [ "connect", { "security":"none" } ],
+
+ [ "client_powersave_off" ],
+
+ [ "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":"20m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
+
+ [ "deconfig" ],
+
+ [ "config", { "channel":"2437", "ht20":None, "puren":None } ],
+ [ "connect", { "security":"none" } ],
+
+ [ "client_powersave_off" ],
+
+ [ "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":"20m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
+
+ [ "deconfig" ],
+
+ [ "config", { "channel":"2462", "ht20":None, "puren":None } ],
+ [ "connect", { "security":"none" } ],
+
+ [ "client_powersave_off" ],
+
+ [ "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":"20m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
+
+ [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
+ [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
+
+ [ "destroy" ],
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698