blob: 63f56ea29fca671c82f1819281d2fda290cd307d [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" : "172.22.18.51" # rfnb-cros-3
},
# machine on router net for ping/netperf
"server" : {
"addr" : "172.22.18.67", # NB: not reachable
"wifi_addr" : "192.168.2.254"
},
# configurable wifi/router that can reached by ssh
"router" : {
"addr" : "172.22.18.103",
"phydev2" : "phy0",
"phydev5" : "phy1",
"wiredev" : "eth0",
}
}