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

Side by Side Diff: server/site_tests/network_WiFiPerf/051Perf11g_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":"Perf11g_TKIP",
6 "steps":[ # Channel 1
7 [ "create", { "type":"hostap" } ],
8 [ "config", { "channel":"2412", "mode":"11g",
9 "wpa":"1", "wpa_key_mgmt":"WPA-PSK",
10 "wpa_pairwise":"TKIP",
11 "wpa_passphrase":"chromeos" } ],
12 [ "connect", { "security":"wpa", "psk":"chromeos" } ],
13
14 [ "client_iperf", { "tcp":None, "test_time":"120" } ],
15 [ "server_iperf", { "tcp":None, "test_time":"120" } ],
16
17 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
18 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
19
20 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"15m" } ],
21 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"15m" } ],
22
23 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"20m" } ],
24 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"20m" } ],
25
26 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"25m" } ],
27 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"25m" } ],
28
29 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"30m" } ],
30 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"30m" } ],
31
32 [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"36m" } ],
33 [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"36m" } ],
34
35 [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"40m" } ],
36 [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"40m" } ],
37
38 # XXX multiple streams
39 # XXX mixed streams
40
41 [ "destroy" ],
42 ],
43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698