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

Side by Side Diff: client/config/wifi_testbed_config.cros-5

Issue 3275009: Add standalone netperf code directly within site_wifitest (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: Uncomment server intries in cros-* config files (note wrt client ip addr ymmv) Created 10 years, 3 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_testbed_config.cros-3 ('k') | server/site_wifitest.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # A python dictionary that describes the wifi testbed setup. 5 # A python dictionary that describes the wifi testbed setup.
6 # 6 #
7 { 7 {
8 # client/netbook running Chrome OS 8 # client/netbook running Chrome OS
9 "client" : { 9 "client" : {
10 "addr" : "172.22.18.53" # rfnb-cros-5 10 "addr" : "172.22.18.53" # rfnb-cros-5
11 }, 11 },
12 # machine on router net for ping/netperf 12 # machine on router net for ping/netperf
13 "server" : { 13 "server" : {
14 # "addr" : "172.22.18.69", # NB: not reachable 14 "addr" : "172.22.18.69", # NB: not reachable
15 "wifi_addr" : "192.168.2.254" 15 "wifi_addr" : "192.168.2.254"
16 }, 16 },
17 # configurable wifi/router that can reached by ssh 17 # configurable wifi/router that can reached by ssh
18 "router" : { 18 "router" : {
19 "addr" : "172.22.18.105", 19 "addr" : "172.22.18.105",
20 "phydev2" : "phy0", 20 "phydev2" : "phy0",
21 "phydev5" : "phy1", 21 "phydev5" : "phy1",
22 "wiredev" : "eth0", 22 "wiredev" : "eth0",
23 } 23 }
24 } 24 }
OLDNEW
« no previous file with comments | « client/config/wifi_testbed_config.cros-3 ('k') | server/site_wifitest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698