Home | History | Annotate | Download | only in logging_CrashSender
      1 # Copyright (c) 2011 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 = "Chrome OS Team"
      6 NAME = "logging_CrashSender"
      7 PURPOSE = "Verify crash sender works."
      8 CRITERIA = """
      9 Fails if any of the following conditions occur:
     10   - crash log messages are incorrect
     11   - crash is sent without user consent
     12 """
     13 ATTRIBUTES = "suite:bvt-inline, suite:partners, suite:smoke"
     14 TIME = "SHORT"
     15 TEST_CATEGORY = "Functional"
     16 TEST_CLASS = "logging"
     17 TEST_TYPE = "client"
     18 JOB_RETRIES = 2
     19 
     20 DOC = """
     21 Test that crash sender works correctly.
     22 """
     23 
     24 BUG_TEMPLATE = {
     25     'labels': ['OS-Chrome'],
     26     'components': ['Internals>Logging', 'OS>Systems'],
     27     'owner': 'vapier (a] chromium.org',
     28     'cc': ['vapier (a] chromium.org', 'benchan (a] chromium.org'],
     29 }
     30 
     31 job.run_test('logging_CrashSender')
     32