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