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":"Perf24HT20PS", |
| 6 "steps":[ # Channel 1,6,11 |
| 7 [ "create", { "type":"hostap" } ], |
| 8 [ "config", { "channel":"2412", "ht20":None, "puren":None } ], |
| 9 [ "connect", { "security":"none" } ], |
| 10 |
| 11 [ "client_powersave_on" ], |
| 12 |
| 13 [ "client_iperf", { "tcp":None, "test_time":"120" } ], |
| 14 [ "server_iperf", { "tcp":None, "test_time":"120" } ], |
| 15 |
| 16 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ], |
| 17 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"10m" } ], |
| 18 |
| 19 [ "client_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ], |
| 20 [ "server_iperf", { "udp":None, "test_time":"30", "bandwidth":"20m" } ], |
| 21 |
| 22 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ], |
| 23 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"30m" } ], |
| 24 |
| 25 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ], |
| 26 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"40m" } ], |
| 27 |
| 28 [ "client_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ], |
| 29 [ "server_iperf", { "udp":None, "test_time":"45", "bandwidth":"50m" } ], |
| 30 |
| 31 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ], |
| 32 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"60m" } ], |
| 33 |
| 34 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ], |
| 35 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"70m" } ], |
| 36 |
| 37 [ "client_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ], |
| 38 [ "server_iperf", { "udp":None, "test_time":"60", "bandwidth":"80m" } ], |
| 39 |
| 40 [ "destroy" ], |
| 41 ], |
| 42 } |
OLD | NEW |