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

Side by Side Diff: server/site_tests/network_WiFiPerf/070Perf5HT20

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 an open 802.11n/HT20 connection in the 5GHz band
6 # w/ power save disabled.
7
8 # TODO(sleffler) expand channel coverage
9
10 { "name":"Perf5HT20",
11 "steps":[ # Channel 48
12 [ "create", { "type":"hostap" } ],
13 [ "config", { "channel":"5240", "ht20":None, "puren":None } ],
14 [ "connect", { "security":"none" } ],
15
16 [ "client_powersave_off" ],
17
18 [ "client_iperf", { "tcp":None, "test_time":"60" } ],
19 [ "server_iperf", { "tcp":None, "test_time":"60" } ],
20
21 [ "client_iperf", { "udp":None, "bandwidth":"10m" } ],
22 [ "server_iperf", { "udp":None, "bandwidth":"10m" } ],
23
24 [ "client_iperf", { "udp":None, "bandwidth":"20m" } ],
25 [ "server_iperf", { "udp":None, "bandwidth":"20m" } ],
26
27 [ "client_iperf", { "udp":None, "bandwidth":"30m" } ],
28 [ "server_iperf", { "udp":None, "bandwidth":"30m" } ],
29
30 [ "client_iperf", { "udp":None, "bandwidth":"40m" } ],
31 [ "server_iperf", { "udp":None, "bandwidth":"40m" } ],
32
33 [ "client_iperf", { "udp":None, "bandwidth":"50m" } ],
34 [ "server_iperf", { "udp":None, "bandwidth":"50m" } ],
35
36 [ "client_iperf", { "udp":None, "bandwidth":"60m" } ],
37 [ "server_iperf", { "udp":None, "bandwidth":"60m" } ],
38
39 [ "client_iperf", { "udp":None, "bandwidth":"70m" } ],
40 [ "server_iperf", { "udp":None, "bandwidth":"70m" } ],
41
42 [ "client_iperf", { "udp":None, "bandwidth":"80m" } ],
43 [ "server_iperf", { "udp":None, "bandwidth":"80m" } ],
44
45 [ "destroy" ],
46 ],
47 }
OLDNEW
« no previous file with comments | « server/site_tests/network_WiFiPerf/061Perf24HT40_TKIP ('k') | server/site_tests/network_WiFiPerf/070Perf5HT20PS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698