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

Unified Diff: server/site_wifitest.py

Issue 2751007: Add an "ssid_suffix" parameter to both "connect" and "config" rules to modify SSID per-subtest (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: Fixup to default ssid for connect command -- use router configured ssid; add bsd router Created 10 years, 6 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 | « server/site_linux_router.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_wifitest.py
diff --git a/server/site_wifitest.py b/server/site_wifitest.py
index 741da928bdca640d86aac389dc48db3f0c34eb20..89ef35a4a77026537ec6b32e5e824a4cb4d5e275 100644
--- a/server/site_wifitest.py
+++ b/server/site_wifitest.py
@@ -193,7 +193,7 @@ class WiFiTest(object):
result = self.client.run('python "%s" "%s" "%s" "%s" "%d" "%d"' %
(script_client_file,
- params.get('ssid', self.defssid),
+ params.get('ssid', self.wifi.get_ssid()),
params.get('security', ''),
params.get('psk', ''),
params.get('assoc_timeout', 15),
« no previous file with comments | « server/site_linux_router.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698