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