| 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
|
|
|
|
|
|
|