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

Side by Side Diff: server/site_tests/network_WiFiPerf/060Perf24HT20

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":"Perf24HT20",
6 "steps":[ # Channel 1, 6, 11
7 [ "create", { "type":"hostap" } ],
8 [ "config", { "channel":"2412", "ht20":None, "puren":None } ],
9 [ "connect", { "security":"none" } ],
10
11 [ "client_powersave_off" ],
12
13 [ "client_iperf", { "tcp":None, "test_time":"120" } ],
14 [ "server_iperf", { "tcp":None, "test_time":"120" } ],
15
16 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
17 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
18
19 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
20 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
21
22 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
23 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
24
25 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
26 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
27
28 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
29 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
30
31 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
32 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
33
34 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
35 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
36
37 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
38 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
39
40 [ "deconfig" ],
41
42 [ "config", { "channel":"2437", "ht20":None, "puren":None } ],
43 [ "connect", { "security":"none" } ],
44
45 [ "client_powersave_off" ],
46
47 [ "client_iperf", { "tcp":None, "test_time":"120" } ],
48 [ "server_iperf", { "tcp":None, "test_time":"120" } ],
49
50 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
51 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
52
53 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
54 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
55
56 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
57 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
58
59 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
60 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
61
62 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
63 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
64
65 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
66 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
67
68 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
69 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
70
71 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
72 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
73
74 [ "deconfig" ],
75
76 [ "config", { "channel":"2462", "ht20":None, "puren":None } ],
77 [ "connect", { "security":"none" } ],
78
79 [ "client_powersave_off" ],
80
81 [ "client_iperf", { "tcp":None, "test_time":"120" } ],
82 [ "server_iperf", { "tcp":None, "test_time":"120" } ],
83
84 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
85 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ],
86
87 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
88 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ],
89
90 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
91 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ],
92
93 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
94 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ],
95
96 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
97 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ],
98
99 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
100 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ],
101
102 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
103 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ],
104
105 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
106 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ],
107
108 [ "destroy" ],
109 ],
110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698