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

Unified Diff: server/site_wifitest.py

Issue 6805027: Temporarily change bgscan threshold in MultiSwitchBack (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: More explicit comment Created 9 years, 8 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_tests/network_WiFiRoaming/003SSIDMultiSwitchBack ('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 f8e0a2d8dfb3a3233602b30479147d000ff703cc..3553cba9451a248483853727c8776c3d982ee0da 100644
--- a/server/site_wifitest.py
+++ b/server/site_wifitest.py
@@ -1186,7 +1186,7 @@ class WiFiTest(object):
def bgscan_enable(self, params):
""" Enable wpa_supplicant bgscan """
- self.bgscan_set({'method' : 'bgscan'})
+ self.bgscan_set({'method' : 'default'})
def time_sync(self, params):
« no previous file with comments | « server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698