• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = "Chromium OS Team"
6NAME = "logging_UdevCrash"
7PURPOSE = "Verify udev triggered crash works as expected."
8ATTRIBUTES = "suite:bvt-cq"
9TIME = "SHORT"
10TEST_CATEGORY = "Functional"
11TEST_CLASS = "logging"
12TEST_TYPE = "client"
13JOB_RETRIES = 2
14
15DOC = """
16Fake trackpad failure to trigger crash report with udev type, and
17confirm the *.log file has the correct conetent.
18"""
19
20BUG_TEMPLATE = {
21    'labels': ['OS-Chrome'],
22    'components': ['Internals>Logging', 'OS>Systems'],
23    'owner': 'vapier@chromium.org',
24    'cc': ['vapier@chromium.org', 'benchan@chromium.org'],
25}
26
27job.run_test("logging_UdevCrash")
28