blob: 6b51b3218326971681711c6931ff0ef99f2db209 [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.
{ "name":"Perf24HT20",
"steps":[ # Channel 1, 6, 11
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2412", "ht20":None, "puren":None } ],
[ "connect", { "security":"none" } ],
[ "client_netperf", { "test":"UDP_STREAM" } ],
[ "server_netperf", { "test":"UDP_STREAM" } ],
[ "client_netperf", { "test":"TCP_STREAM" } ],
[ "server_netperf", { "test":"TCP_STREAM" } ],
# XXX multiple streams
# XXX mixed streams
[ "deconfig" ],
[ "config", { "channel":"2437", "ht20":None, "puren":None } ],
[ "connect", { "security":"none" } ],
[ "client_netperf", { "test":"UDP_STREAM" } ],
[ "server_netperf", { "test":"UDP_STREAM" } ],
[ "client_netperf", { "test":"TCP_STREAM" } ],
[ "server_netperf", { "test":"TCP_STREAM" } ],
# XXX multiple streams
# XXX mixed streams
[ "deconfig" ],
[ "config", { "channel":"2462", "ht20":None, "puren":None } ],
[ "connect", { "security":"none" } ],
[ "client_netperf", { "test":"UDP_STREAM" } ],
[ "server_netperf", { "test":"UDP_STREAM" } ],
[ "client_netperf", { "test":"TCP_STREAM" } ],
[ "server_netperf", { "test":"TCP_STREAM" } ],
# XXX multiple streams
# XXX mixed streams
[ "destroy" ],
],
}