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