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

Unified Diff: server/site_wlan_connect.py

Issue 6484016: Add test for SSID that is too long (Closed) Base URL: http://git.chromium.org/git/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 | « server/site_tests/network_WiFiSecMat/021CheckWPA_BadPassphraseLength ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_wlan_connect.py
diff --git a/server/site_wlan_connect.py b/server/site_wlan_connect.py
index bf10e5d208fa0e34ae8c4e2d823b470e6a8bd5f9..df5ae5a73b854cd337f82ebc924345eef593d481 100644
--- a/server/site_wlan_connect.py
+++ b/server/site_wlan_connect.py
@@ -101,6 +101,9 @@ class ConnectStateHandler(StateHandler):
self.Debug('Service was already in progress (state=%s)' %
service.GetProperties().get('State'))
connect_quirks['in_progress'] = 1
+ else:
+ print 'FAIL(acquire): DBus exception in Connect() %s' % e
+ ErrExit(2)
self.service_handle = service
return service
« no previous file with comments | « server/site_tests/network_WiFiSecMat/021CheckWPA_BadPassphraseLength ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698