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

Unified Diff: client/site_tests/logging_KernelCrash/logging_KernelCrash.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/logging_KernelCrash/logging_KernelCrash.py
diff --git a/client/site_tests/logging_KernelCrash/logging_KernelCrash.py b/client/site_tests/logging_KernelCrash/logging_KernelCrash.py
index d2e58f00451ee165cc7446c8d4f0aa51a6bab668..aa96b42c65247a15f63611e5260f31f7a8aa1563 100644
--- a/client/site_tests/logging_KernelCrash/logging_KernelCrash.py
+++ b/client/site_tests/logging_KernelCrash/logging_KernelCrash.py
@@ -3,15 +3,15 @@
# found in the LICENSE file.
import logging, os, re
-from autotest_lib.client.bin import site_crash_test, site_log_reader, \
- test, utils
+from autotest_lib.client.bin import utils
from autotest_lib.client.common_lib import error
+from autotest_lib.client.cros import crash_test
_KCRASH_FILE = '/sys/kernel/debug/preserved/kcrash'
-class logging_KernelCrash(site_crash_test.CrashTest):
+class logging_KernelCrash(crash_test.CrashTest):
version = 1

Powered by Google App Engine
This is Rietveld 408576698