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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « client/config/wifi_router_list ('k') | server/site_bsd_router.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 #
5 # A python dictionary that describes the wifi testbed setup.
6 #
7 {
8 # client/netbook running Chrome OS
9 "client" : { "addr" : "172.22.71.93" },
10 # machine on router net for ping/netperf
11 "server" : { "addr" : "172.22.68.236" },
12 # configurable wifi/router that can reached by ssh
13 "router" : {
14 "addr" : "172.22.71.173",
15 "phydev" : "ath0" , # wireless device
16 "wiredev" : "npe0" # wired ifnet to bridge wifi traffic
17 }
18 }
OLDNEW
« 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