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

Unified Diff: client/site_tests/desktopui_FlashSanityCheck/desktopui_FlashSanityCheck.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/desktopui_FlashSanityCheck/desktopui_FlashSanityCheck.py
diff --git a/client/site_tests/desktopui_FlashSanityCheck/desktopui_FlashSanityCheck.py b/client/site_tests/desktopui_FlashSanityCheck/desktopui_FlashSanityCheck.py
index 4ddd671b02a41329f4975cdb2f49b825efa0c360..6039e989e0d39afb132ac78b43bdd0565960a916 100644
--- a/client/site_tests/desktopui_FlashSanityCheck/desktopui_FlashSanityCheck.py
+++ b/client/site_tests/desktopui_FlashSanityCheck/desktopui_FlashSanityCheck.py
@@ -4,9 +4,9 @@
import logging, re, time
-from autotest_lib.client.bin import test, utils, site_log_reader
+from autotest_lib.client.bin import test, utils
from autotest_lib.client.common_lib import error
-from autotest_lib.client.cros import ui
+from autotest_lib.client.cros import cros_logging, ui
class desktopui_FlashSanityCheck(test.test):
version = 1
@@ -14,7 +14,7 @@ class desktopui_FlashSanityCheck(test.test):
def run_once(self, time_to_wait=25):
# take a snapshot from /var/log/messages.
- self._log_reader = site_log_reader.LogReader()
+ self._log_reader = cros_logging.LogReader()
self._log_reader.set_start_by_current()
# open browser to youtube.com.

Powered by Google App Engine
This is Rietveld 408576698