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

Unified Diff: client/site_tests/logging_UserCrash/logging_UserCrash.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/site_tests/logging_UserCrash/logging_UserCrash.py
diff --git a/client/site_tests/logging_UserCrash/logging_UserCrash.py b/client/site_tests/logging_UserCrash/logging_UserCrash.py
index 421ff880a518e844a4c17b050d3a83e75ee430cf..12108820352e99acca6358d04533efd6f0c2c4ee 100644
--- a/client/site_tests/logging_UserCrash/logging_UserCrash.py
+++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py
@@ -4,8 +4,10 @@
import grp, logging, os, pwd, re, stat, subprocess
from signal import SIGSEGV
-from autotest_lib.client.bin import site_crash_test, 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
+
_COLLECTION_ERROR_SIGNATURE = 'crash_reporter-user-collection'
_CORE2MD_PATH = '/usr/bin/core2md'
@@ -13,7 +15,7 @@ _LEAVE_CORE_PATH = '/root/.leave_core'
_MAX_CRASH_DIRECTORY_SIZE = 32
-class logging_UserCrash(site_crash_test.CrashTest):
+class logging_UserCrash(crash_test.CrashTest):
version = 1

Powered by Google App Engine
This is Rietveld 408576698