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

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

Issue 1565001: test: Clean up site_login.py a bit. (Closed)
Patch Set: update one more call to attempt_logout() Created 10 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
Index: client/site_tests/logging_LogVolume/logging_LogVolume.py
diff --git a/client/site_tests/logging_LogVolume/logging_LogVolume.py b/client/site_tests/logging_LogVolume/logging_LogVolume.py
index 6d66538dc6c5fab678446d782b2bc7801bdd74a7..148a0a9c9f2bbe9b0b6c39373054c12f2bda58f4 100644
--- a/client/site_tests/logging_LogVolume/logging_LogVolume.py
+++ b/client/site_tests/logging_LogVolume/logging_LogVolume.py
@@ -20,8 +20,7 @@ class logging_LogVolume(site_ui_test.UITest):
def run_once(self):
- if not site_login.wait_for_cryptohome():
- raise error.TestFail('Could not wait for crytohome')
+ site_login.wait_for_cryptohome()
self._perf = {}
self.log_stateful_used()

Powered by Google App Engine
This is Rietveld 408576698