| # Copyright (c) 2013 The Chromium OS Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| AUTHOR = "Chromium OS Team" |
| NAME = "logging_UdevCrash" |
| PURPOSE = "Verify udev triggered crash works as expected." |
| SUITE = "bvt" |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "logging" |
| TEST_TYPE = "client" |
| EXPERIMENTAL = "True" |
| |
| DOC = """ |
| Fake trackpad failure to trigger crash report with udev type, and |
| confirm the *.log file has the correct conetent. |
| """ |
| |
| job.run_test("logging_UdevCrash") |