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

Side by Side Diff: server/site_tests/network_WiFiPerf/052Perf11a_WEP

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":"Perf11a_WEP",
6 "steps":[ # Channel 48
7 [ "create", { "type":"hostap" } ],
8 [ "config", { "channel":"5240", "mode":"11a",
9 # "authmode":"open", "wepmode":"on",
10 "wepmode":"on",
11 # 26 digits : 01234567890123456789012345
12 "wep_key0" :"0123456789abcdef0123456789",
13 "deftxkey":"0"
14 }
15 ],
16 [ "connect", { "security":"wep",
17 "psk":"0:0123456789abcdef0123456789" } ],
18
19 [ "client_powersave_off" ],
20
21 [ "client_iperf", { "tcp":None, "test_time":"120" } ],
22 [ "server_iperf", { "tcp":None, "test_time":"120" } ],
23
24 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
25 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
26
27 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"15m" } ],
28 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"15m" } ],
29
30 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"20m" } ],
31 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"20m" } ],
32
33 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"25m" } ],
34 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"25m" } ],
35
36 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"30m" } ],
37 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"30m" } ],
38
39 [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"36m" } ],
40 [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"36m" } ],
41
42 [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"40m" } ],
43 [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"40m" } ],
44
45 # XXX multiple streams
46 # XXX mixed streams
47
48 [ "destroy" ],
49 ],
50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698