blob: c5850090a8ec963c4cff459bdefccf221ef0467e [file] [log] [blame]
# Copyright (c) 2012 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.
# Rate vs. Range test over an open 802.11n connection w/ power save disabled.
# UDP Rx/downstream on channel 44 HT40+ using Stumpy as AP.
# UDP provides a measure of 'raw' wifi performance.
{ "name":"Rvr5gHt40Udp",
"steps":[
[ "create", { "type":"hostap" } ],
# Initialize ports #0 and #1
[ "init_va", { "va_port":"0" } ],
[ "init_va", { "va_port":"1" } ],
# WARNING: only test in 11a/n in 5.2GHz band (where tx power is safe for
# the variable attenuators controlled from the BeagleBone)
[ "config", { "channel":"5220", "ht40+": None, "puren":None } ],
[ "connect", { "security":"none" } ],
[ "client_powersave_off" ],
[ "rvr_test", { "proto":"udp", "fixed_atten":"42", "start_atten":"60",
"end_atten":"98", "test_time":"60" } ],
[ "destroy" ],
],
}