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 SUITE = "bvt-cq"
     10 TIME = "SHORT"
     11 TEST_CATEGORY = "Functional"
     12 TEST_CLASS = "logging"
     13 TEST_TYPE = "client"
     14 JOB_RETRIES = 2
     15 
     16 DOC = """
     17 Fake trackpad failure to trigger crash report with udev type, and
     18 confirm the *.log file has the correct conetent.
     19 """
     20 
     21 BUG_TEMPLATE = {
     22     'labels': ['OS-Chrome', 'Cr-Internals-Logging', 'Cr-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