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

Side by Side Diff: server/site_tests/network_WiFiPerf/071Perf5HT40_TKIP

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # Test performance of a TKIP-encrypted 802.11n/HT40 connection in the 5GHz band
6 # w/ power save disabled.
7
8 # TODO(sleffler) expand channel coverage
9
10 { "name":"Perf5HT40_TKIP",
11 "skip_test":"No way to configure TKIP w/ 802.11n on openwrt",
12 "steps":[ # Channel 48
13 [ "create", { "type":"hostap" } ],
14 [ "config", { "channel":"5240", "ht40":None, "puren":None,
15 "wpa":"1", "wpa_key_mgmt":"WPA-PSK",
16 "wpa_pairwise":"TKIP",
17 "wpa_passphrase":"chromeos" } ],
18 [ "connect", { "security":"wpa", "psk":"chromeos" } ],
19
20 [ "client_powersave_off" ],
21
22 [ "client_iperf", { "tcp":None, "test_time":"60" } ],
23 [ "server_iperf", { "tcp":None, "test_time":"60" } ],
24
25 [ "client_iperf", { "udp":None, "bandwidth":"10m" } ],
26 [ "server_iperf", { "udp":None, "bandwidth":"10m" } ],
27
28 [ "client_iperf", { "udp":None, "bandwidth":"20m" } ],
29 [ "server_iperf", { "udp":None, "bandwidth":"20m" } ],
30
31 [ "client_iperf", { "udp":None, "bandwidth":"30m" } ],
32 [ "server_iperf", { "udp":None, "bandwidth":"30m" } ],
33
34 [ "client_iperf", { "udp":None, "bandwidth":"40m" } ],
35 [ "server_iperf", { "udp":None, "bandwidth":"40m" } ],
36
37 [ "client_iperf", { "udp":None, "bandwidth":"50m" } ],
38 [ "server_iperf", { "udp":None, "bandwidth":"50m" } ],
39
40 [ "client_iperf", { "udp":None, "bandwidth":"60m" } ],
41 [ "server_iperf", { "udp":None, "bandwidth":"60m" } ],
42
43 [ "client_iperf", { "udp":None, "bandwidth":"70m" } ],
44 [ "server_iperf", { "udp":None, "bandwidth":"70m" } ],
45
46 [ "client_iperf", { "udp":None, "bandwidth":"80m" } ],
47 [ "server_iperf", { "udp":None, "bandwidth":"80m" } ],
48
49 [ "client_iperf", { "udp":None, "bandwidth":"90m" } ],
50 [ "server_iperf", { "udp":None, "bandwidth":"90m" } ],
51
52 [ "client_iperf", { "udp":None, "bandwidth":"100m" } ],
53 [ "server_iperf", { "udp":None, "bandwidth":"100m" } ],
54
55 [ "client_iperf", { "udp":None, "bandwidth":"110m" } ],
56 [ "server_iperf", { "udp":None, "bandwidth":"110m" } ],
57
58 [ "client_iperf", { "udp":None, "bandwidth":"120m" } ],
59 [ "server_iperf", { "udp":None, "bandwidth":"120m" } ],
60
61 # TODO(sleffler) multiple streams
62 # TODO(sleffler) mixed streams
63
64 [ "deconfig" ],
65
66 [ "destroy" ],
67 ],
68 }
OLDNEW
« no previous file with comments | « server/site_tests/network_WiFiPerf/071Perf5HT40_AES ('k') | server/site_tests/network_WiFiPerf/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698