| Index: client/config/wifi_testbed_config
|
| diff --git a/client/config/wifi_testbed_config b/client/config/wifi_testbed_config
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..27f77b41020b9746facb8a1e5a69f0847a5b728a
|
| --- /dev/null
|
| +++ b/client/config/wifi_testbed_config
|
| @@ -0,0 +1,18 @@
|
| +# 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.71.93" },
|
| + # machine on router net for ping/netperf
|
| + "server" : { "addr" : "172.22.68.236" },
|
| + # configurable wifi/router that can reached by ssh
|
| + "router" : {
|
| + "addr" : "172.22.71.173",
|
| + "phydev" : "ath0" , # wireless device
|
| + "wiredev" : "npe0" # wired ifnet to bridge wifi traffic
|
| + }
|
| +}
|
|
|