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

Unified Diff: client/site_tests/logging_CrashSender/logging_CrashSender.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_CrashSender/logging_CrashSender.py
diff --git a/client/site_tests/logging_CrashSender/logging_CrashSender.py b/client/site_tests/logging_CrashSender/logging_CrashSender.py
index aeb227f2e0c9483cb58928f5981074b8ba2b8748..f42cb14ffc2dc459a4538a1e1962de5f533802fe 100644
--- a/client/site_tests/logging_CrashSender/logging_CrashSender.py
+++ b/client/site_tests/logging_CrashSender/logging_CrashSender.py
@@ -3,8 +3,10 @@
# found in the LICENSE file.
import logging, os, re
-from autotest_lib.client.bin import site_crash_test, utils, test
+from autotest_lib.client.bin import utils
from autotest_lib.client.common_lib import error
+from autotest_lib.client.cros import crash_test
+
_25_HOURS_AGO = -25 * 60 * 60
_CRASH_SENDER_CRON_PATH = '/etc/cron.hourly/crash_sender.hourly'
@@ -13,7 +15,7 @@ _MIN_UNIQUE_TIMES = 4
_HWCLASS_PATH = '/sys/devices/platform/chromeos_acpi/HWID'
_SECONDS_SEND_SPREAD = 3600
-class logging_CrashSender(site_crash_test.CrashTest):
+class logging_CrashSender(crash_test.CrashTest):
version = 1

Powered by Google App Engine
This is Rietveld 408576698