• 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"
9SUITE = "bvt-cq"
10TIME = "SHORT"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "logging"
13TEST_TYPE = "client"
14JOB_RETRIES = 2
15
16DOC = """
17Fake trackpad failure to trigger crash report with udev type, and
18confirm the *.log file has the correct conetent.
19"""
20
21BUG_TEMPLATE = {
22    'labels': ['OS-Chrome', 'Cr-Internals-Logging', 'Cr-OS-Systems'],
23    'owner': 'vapier@chromium.org',
24    'cc': ['vapier@chromium.org', 'benchan@chromium.org'],
25}
26
27job.run_test("logging_UdevCrash")
28