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

Side by Side Diff: server/site_tests/network_WiFiPerf/061Perf24HT40_TKIP

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 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 { "name":"Perf24HT40",
6 "steps":[ # Channel 6
7 [ "create", { "type":"hostap" } ],
8 [ "config", { "channel":"2437", "ht40":None, "puren":None,
9 "wpa":"1", "wpa_key_mgmt":"WPA-PSK",
10 "wpa_pairwise":"CCMP",
11 "wpa_passphrase":"chromeos" } ],
12 [ "connect", { "security":"wpa", "psk":"chromeos" } ],
13
14 [ "client_powersave_off" ],
15
16 [ "client_iperf", { "tcp":None, "test_time":"120" } ],
17 [ "server_iperf", { "tcp":None, "test_time":"120" } ],
18
19 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
20 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
21
22 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
23 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
24
25 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
26 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
27
28 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
29 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
30
31 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
32 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
33
34 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
35 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
36
37 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
38 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
39
40 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
41 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
42
43 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"90m" } ],
44 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"90m" } ],
45
46 [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"100m" } ],
47 [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"100m" } ],
48
49 [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"110m" } ],
50 [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"110m" } ],
51
52 [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"120m" } ],
53 [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"120m" } ],
54
55 # XXX multiple streams
56 # XXX mixed streams
57
58 [ "destroy" ],
59 ],
60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698