blob: c4591d5f3c91046f96df2a2204d1b215fb5a7ca1 [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":"CheckWMM",
"steps":[ # Channel 6
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2437", "mode":"11g", "wme":None } ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10", "qos":"BE" } ],
[ "client_ping", { "count":"10", "qos":"BK" } ],
[ "client_ping", { "count":"10", "qos":"VI" } ],
[ "client_ping", { "count":"10", "qos":"VO" } ],
[ "server_ping", { "count":"10", "qos":"BE" } ],
[ "server_ping", { "count":"10", "qos":"BK" } ],
[ "server_ping", { "count":"10", "qos":"VI" } ],
[ "server_ping", { "count":"10", "qos":"VO" } ],
# XXX check tx/rx stats
[ "destroy" ],
],
}