blob: 7bdd0568369ad6dc7d6181ebe576ccd2986f974b [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.
#
# A python dictionary that describes the wifi testbed setup
#
{
# client/netbook running Chrome OS
"client" : {
# "addr" will get filled in on the command line
},
# machine on router net for ping/netperf
"server" : {
# "addr" will get filled in on the command line
"wifi_addr" : "192.168.2.254"
},
# configurable wifi/router that can reached by ssh
"router" : {
# "addr" will get filled in on the command line
# "phydevN" isn't necessary since test suite finds best radio per-frequency
"wiredev" : "eth0"
}
}