blob: e1060773dcf05a3f3af46148d1cfe1dff1a0376e [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.
#
# A python dictionary that describes testbed setup for wifi rate vs. range test.
#
{
# client/netbook running Chrome OS (Device Under Test)
"client" : {
"addr" : "172.22.18.233" # eth0
},
# Stumpy acting as iperf server
"server" : {
"addr" : "172.22.18.174", # eth0
},
# Stumpy acting as AP
"router" : {
"addr" : "172.22.18.174", # eth0
},
# BeagleBone controlled variable attenuator
"attenuator" : {
"addr" : "172.22.18.169", # eth0
}
}