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

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

Issue 6646037: autotest: fix DBusCalls flakiness (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 9 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/login_DBusCalls/login_DBusCalls.py
diff --git a/client/site_tests/login_DBusCalls/login_DBusCalls.py b/client/site_tests/login_DBusCalls/login_DBusCalls.py
index 3c7a5765ce0f953e1652be99d48ae59c5522fdba..fbe235316c62b272b72c6f29fe0d864b2c3dc308 100644
--- a/client/site_tests/login_DBusCalls/login_DBusCalls.py
+++ b/client/site_tests/login_DBusCalls/login_DBusCalls.py
@@ -7,6 +7,7 @@ from autotest_lib.client.bin import utils
from autotest_lib.client.common_lib import error
from autotest_lib.client.cros import constants as chromeos_constants
from autotest_lib.client.cros import cros_logging, cros_ui_test
+from autotest_lib.client.cros import login
_SESSION_MANAGER_DEST='org.chromium.SessionManager'
_SESSION_MANAGER_OBJECT='org.chromium.SessionManagerInterface'
@@ -68,5 +69,5 @@ class login_DBusCalls(cros_ui_test.UITest):
def run_once(self):
- self.login()
+ login.wait_for_cryptohome()
self._test_restart_entd()
« 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