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