Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: client/config/wifi_testbed_config

Issue 669118: automated WiFi test framework and start of tests (Closed)
Patch Set: revert correctly Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/config/wifi_router_list ('k') | server/site_bsd_router.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ }
+}
« no previous file with comments | « client/config/wifi_router_list ('k') | server/site_bsd_router.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698