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

Unified Diff: client/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 10 years 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/cros/ui_test.py
diff --git a/client/cros/ui_test.py b/client/cros/ui_test.py
index dd412c60990effa50281ed545f741e539373798c..50e48a927f61eb671bb3101d5f1f6fb4866da9ae 100644
--- a/client/cros/ui_test.py
+++ b/client/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 login, log_reader, 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 = log_reader.LogReader()
self._log_reader.set_start_by_current()
if creds:

Powered by Google App Engine
This is Rietveld 408576698