blob: 9745f07ba532975b0a2b6fa3063f020e4c883397 [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 (40MHz-channel),
# with short guard interval (GI) set.
{ "name":"CheckSGI40",
"skip_test":"Needs a kernel enhancement",
"steps":[ # Channel 48
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"5240", "ht40-":None, "puren":None,
"shortgi":None } ],
[ "connect", { "security":"none" } ],
[ "client_check_shortgi40", [ "true" ] ],
[ "server_netperf", { "test":"TCP_STREAM" } ],
# verify SGI stats
[ "destroy" ],
],
}