Home | History | Annotate | Download | only in logging_UdevCrash
      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 
      5 AUTHOR = "Chromium OS Team"
      6 NAME = "logging_UdevCrash"
      7 PURPOSE = "Verify udev triggered crash works as expected."
      8 ATTRIBUTES = "suite:bvt-cq"
      9 TIME = "SHORT"
     10 TEST_CATEGORY = "Functional"
     11 TEST_CLASS = "logging"
     12 TEST_TYPE = "client"
     13 JOB_RETRIES = 2
     14 
     15 DOC = """
     16 Fake trackpad failure to trigger crash report with udev type, and
     17 confirm the *.log file has the correct conetent.
     18 """
     19 
     20 BUG_TEMPLATE = {
     21     'labels': ['OS-Chrome'],
     22     'components': ['Internals>Logging', 'OS>Systems'],
     23     'owner': 'vapier (a] chromium.org',
     24     'cc': ['vapier (a] chromium.org', 'benchan (a] chromium.org'],
     25 }
     26 
     27 job.run_test("logging_UdevCrash")
     28