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.cros-2

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, 4 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_testbed_config.cros-1 ('k') | client/config/wifi_testbed_config.cros-3 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/config/wifi_testbed_config.cros-2
diff --git a/client/config/wifi_testbed_config.cros-2 b/client/config/wifi_testbed_config.cros-2
index e8a774feb1e0ee972a109d9e75c5a778d1d01074..80f97da3f204d2b1b7c1c9227b22946fccb08566 100644
--- a/client/config/wifi_testbed_config.cros-2
+++ b/client/config/wifi_testbed_config.cros-2
@@ -7,11 +7,11 @@
{
# client/netbook running Chrome OS
"client" : {
- "addr" : "172.22.18.36"
+ "addr" : "172.22.18.50"
},
# machine on router net for ping/netperf
"server" : {
-# "addr" : "172.22.18.66", # NB: not reachable
+ "addr" : "172.22.18.66", # NB: not reachable
"wifi_addr" : "192.168.2.254"
},
# configurable wifi/router that can reached by ssh
« no previous file with comments | « client/config/wifi_testbed_config.cros-1 ('k') | client/config/wifi_testbed_config.cros-3 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698