blob: 911865b776140f927f489c27a072baa9976c0226 [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":"CheckRIFS",
"skip_test":"Needs a kernel enhancement + RIFS is optional",
"steps":[ # Channel 48
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"5240", "ht":None, "puren":None,
"rifs":None } ],
[ "connect", { "security":"none" } ],
[ "client_check_rifs", [ "true" ] ],
[ "server_netperf", { "test":"TCP_STREAM" } ],
# verify RIFS stats
[ "destroy" ],
],
}