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

Side by Side Diff: server/site_tests/network_WiFiPerf/050Perf11bPS

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 over an open 802.11b connection w/ power save enabled.
6
7 { "name":"Perf11bPS",
8 "steps":[ # Channel [1/11g,50/HT20]
9 [ "create", { "type":"hostap" } ],
10 [ "config", { "channel":"2412", "mode":"11b" } ],
11 [ "connect", { "security":"none" } ],
12
13 [ "client_powersave_off" ],
14
15 [ "client_iperf", { "tcp":None, "test_time":"60" } ],
16 [ "server_iperf", { "tcp":None, "test_time":"60" } ],
17
18 [ "client_iperf", { "udp":None, "bandwidth":"5m" } ],
19 [ "server_iperf", { "udp":None, "bandwidth":"5m" } ],
20
21 [ "client_iperf", { "udp":None, "bandwidth":"10m" } ],
22 [ "server_iperf", { "udp":None, "bandwidth":"10m" } ],
23
24 [ "client_iperf", { "udp":None, "bandwidth":"15m" } ],
25 [ "server_iperf", { "udp":None, "bandwidth":"15m" } ],
26
27 [ "destroy" ],
28 ],
29 }
OLDNEW
« no previous file with comments | « server/site_tests/network_WiFiPerf/050Perf11b ('k') | server/site_tests/network_WiFiPerf/050Perf11b_WEP » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698