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

Unified Diff: client/site_tests/power_LoadTest/power_LoadTest.py

Issue 6634001: WiFi load testing has connection flakiness. Increase retries to 3. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/power_LoadTest/power_LoadTest.py
diff --git a/client/site_tests/power_LoadTest/power_LoadTest.py b/client/site_tests/power_LoadTest/power_LoadTest.py
index af9cecc915280289d52f7a84eea8e3b4f445574a..93a9e1a73a9f025d878e2823bc07d82dc8e28c5f 100755
--- a/client/site_tests/power_LoadTest/power_LoadTest.py
+++ b/client/site_tests/power_LoadTest/power_LoadTest.py
@@ -90,7 +90,8 @@ class power_LoadTest(cros_ui_test.UITest):
# take several tries for WiFi to connect. More experimentation with
# the retry settings here may be necessary if this becomes a source
# of test flakiness in the future.
- if not flimflam.FlimFlam().ConnectService(retry=True,
+ if not flimflam.FlimFlam().ConnectService(retries=3,
+ retry=True,
service_type='wifi',
ssid=wifi_ap,
security=wifi_sec,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698