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

Unified Diff: client/cros/cros_ui_test.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
« no previous file with comments | « client/cros/cros_logging.py ('k') | client/cros/login.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cros/cros_ui_test.py
diff --git a/client/cros/ui_test.py b/client/cros/cros_ui_test.py
similarity index 98%
rename from client/cros/ui_test.py
rename to client/cros/cros_ui_test.py
index 762b1968df387c327c93e88823c8ccd8aaf13165..9b97acb774719debc28a45cf15a5373af76cfb0d 100644
--- a/client/cros/ui_test.py
+++ b/client/cros/cros_ui_test.py
@@ -5,8 +5,8 @@
import dbus, logging, os, re, shutil, socket, sys, time
import common
import auth_server, constants as chromeos_constants, cryptohome, dns_server
-import login, ui
-from autotest_lib.client.bin import test, site_log_reader, utils
+import cros_logging, login, ui
+from autotest_lib.client.bin import test, utils
from autotest_lib.client.common_lib import error
from dbus.mainloop.glib import DBusGMainLoop
@@ -160,7 +160,7 @@ class UITest(test.test):
# Mark /var/log/messages now; we'll run through all subsequent
# log messages at the end of the test and log info about processes that
# crashed.
- self._log_reader = site_log_reader.LogReader()
+ self._log_reader = cros_logging.LogReader()
self._log_reader.set_start_by_current()
if creds:
« no previous file with comments | « client/cros/cros_logging.py ('k') | client/cros/login.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698