blob: b2365764a9c43f5cad9f7ed157a22dc517185486 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Purpose: This test uses iperf to measure TCP and UDP throughputs of a DUT
# connected to an open 802.11n network (2.4GHz band, 20MHz-channel)
# with Power Save off.
{ "name":"Perf24HT20",
"steps":[ # Channel 1, 6, 11
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "ht20":None, "puren":None,
"ssid_suffix": "ch1" } ],
[ "client_powersave_off" ],
[ "connect", { "security":"none" } ],
[ "client_iperf", { "udp":None } ],
[ "server_iperf", { "udp":None } ],
[ "client_iperf", { "tcp":None } ],
[ "server_iperf", { "tcp":None } ],
# XXX multiple streams
# XXX mixed streams
[ "deconfig" ],
[ "config", { "channel":"2437", "ht20":None, "puren":None,
"ssid_suffix": "ch6" } ],
[ "client_powersave_off" ],
[ "connect", { "security":"none" } ],
[ "client_iperf", { "udp":None } ],
[ "server_iperf", { "udp":None } ],
[ "client_iperf", { "tcp":None } ],
[ "server_iperf", { "tcp":None } ],
# XXX multiple streams
# XXX mixed streams
[ "deconfig" ],
[ "config", { "channel":"2462", "ht20":None, "puren":None,
"ssid_suffix": "ch11" } ],
[ "client_powersave_off" ],
[ "connect", { "security":"none" } ],
[ "client_iperf", { "udp":None } ],
[ "server_iperf", { "udp":None } ],
[ "client_iperf", { "tcp":None } ],
[ "server_iperf", { "tcp":None } ],
# XXX multiple streams
# XXX mixed streams
[ "destroy" ],
],
}