blob: 534f89be5cced9b5822a60ddfa9581faecc4a06b [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 netperf to measure transmitting TCP throughput of
# a DUT on an open 802.11n network over 5 GHz band (20MHz channel only).
{ "name":"CheckTxAmpdu",
"steps":[ # Channel 48
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"5240", "ht":None, "puren":None } ],
[ "connect", { "security":"none" } ],
[ "client_netperf", { "test":"TCP_STREAM" } ],
[ "destroy" ],
],
}