Chromium Code Reviews| OLD | NEW | 
|---|---|
| (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_WEP", | |
| 6 "steps":[ # Channel 1 | |
| 7 [ "create", { "type":"hostap" } ], | |
| 8 [ "config", { "channel":"2412", "mode":"11g", | |
| 9 # "authmode":"open", "wepmode":"on", | |
| 
 
Paul Stewart
2011/01/07 22:25:44
Is this a TODO?
 
 | |
| 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_iperf", { "tcp":None, "test_time":"120" } ], | |
| 20 [ "server_iperf", { "tcp":None, "test_time":"120" } ], | |
| 21 | |
| 22 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ], | |
| 23 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ], | |
| 24 | |
| 25 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"15m" } ], | |
| 26 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"15m" } ], | |
| 27 | |
| 28 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"20m" } ], | |
| 29 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"20m" } ], | |
| 30 | |
| 31 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"25m" } ], | |
| 32 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"25m" } ], | |
| 33 | |
| 34 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"30m" } ], | |
| 35 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"30m" } ], | |
| 36 | |
| 37 [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"36m" } ], | |
| 38 [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"36m" } ], | |
| 39 | |
| 40 [ "client_iperf", { "udp":None, "test_time":"120", "bandwidth":"40m" } ], | |
| 41 [ "server_iperf", { "udp":None, "test_time":"120", "bandwidth":"40m" } ], | |
| 42 | |
| 43 # XXX multiple streams | |
| 44 # XXX mixed streams | |
| 
 
Paul Stewart
2011/01/07 22:25:44
This one could certainly be formatted as a TODO.
 
 | |
| 45 | |
| 46 [ "destroy" ], | |
| 47 ], | |
| 48 } | |
| OLD | NEW |