blob: 4aa8a6070056f5199a73ac76d71168859b5fd48a [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.11b network with Power Save off.
{ "name":"Perf11b",
"steps":[
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "mode":"11b" } ],
[ "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" ],
],
}