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