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

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

Issue 5740004: Move site_chrome_test, site_logging, site_log_reader, site_crash_test into cros dir. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 12 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/login_CryptohomeMounted/login_CryptohomeMounted.py
diff --git a/client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.py b/client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.py
index 2907772b8c0467c1d89951dce686dd378371bf3e..aedd9dc17a4faaea262e39ab8fbc41789796c08a 100644
--- a/client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.py
+++ b/client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.py
@@ -4,14 +4,14 @@
import os
from autotest_lib.client.cros import constants as chromeos_constants
-from autotest_lib.client.cros import cryptohome, login, ui_test
+from autotest_lib.client.cros import cros_ui_test, cryptohome, login
TEST_USER = 'cryptohome_test@chromium.org'
TEST_PASS = 'testme'
TEST_FILE = os.path.join(chromeos_constants.CRYPTOHOME_MOUNT_PT, 'hello')
-class login_CryptohomeMounted(ui_test.UITest):
+class login_CryptohomeMounted(cros_ui_test.UITest):
version = 1
def initialize(self, creds='$default'):

Powered by Google App Engine
This is Rietveld 408576698