Home | History | Annotate | Download | only in logging_CrashServices
      1 # Copyright (c) 2010 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_CrashServices"
      7 PURPOSE = "Verify that all processes create *.dmp files."
      8 TIME = "SHORT"
      9 TEST_CATEGORY = "Functional"
     10 TEST_CLASS = "logging"
     11 TEST_TYPE = "client"
     12 JOB_RETRIES = 0
     13 ATTRIBUTES = "suite:bvt-perbuild, suite:jailed_build, suite:partners"
     14 DEPENDENCIES='cleanup-reboot'
     15 
     16 DOC = """
     17 Crash all valid Chrome OS processes from a whitelist, and confirm
     18 that *.dmp, *.meta, and *.core files are created.
     19 """
     20 
     21 BUG_TEMPLATE = {
     22     'labels': ['OS-Chrome'],
     23     'components': ['Internals>Logging', 'OS>Systems'],
     24     'owner': 'vapier (a] chromium.org',
     25     'cc': ['vapier (a] chromium.org', 'benchan (a] chromium.org'],
     26 }
     27 
     28 job.run_test("logging_CrashServices")
     29