blob: c38148f242b81173b51bcf7041102890ecae0d47 [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
"phydev2" : "phy0",
"phydev5" : "phy1",
"wiredev" : "eth0",
}
}