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

Unified Diff: server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack

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 | « no previous file | server/site_wifitest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack
diff --git a/server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack b/server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack
index 4bbf44bb7d4d4944ec80c02391d7ae51bde59312..5e48b78fe8a3abd6b55211bd29ff569cb73011c3 100644
--- a/server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack
+++ b/server/site_tests/network_WiFiRoaming/003SSIDMultiSwitchBack
@@ -10,10 +10,20 @@
[ "config", { "channel":"2412", "mode":"11g", "pureg":None } ],
+ # TODO(pstew): This is a very arbitrary limit based on the testbed
+ # characteristics (expected signal and noise, as well as the range
+ # of transmit power from the AP). We set the threshold here so that
+ # when we vary the transmit power on the AP, we will receive a
+ # "low signal" alert on the DUT.
+ [ "bgscan_set", { "signal":"-40" }],
+
# Connect to the first AP.
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
+ # Once the connection is up, restore the profile values to flimflam default
+ [ "bgscan_set", { "signal":"default" }],
+
# Create a second AP at the same time on the 5GHz radio, Channel 48
[ "config", { "channel":"5240", "ht40-":None, "puren":None,
"multi_interface":None } ],
« no previous file with comments | « no previous file | server/site_wifitest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698