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 SUITE = "bvt-inline, smoke, partners"
     15 TIME = "SHORT"
     16 TEST_CATEGORY = "Functional"
     17 TEST_CLASS = "logging"
     18 TEST_TYPE = "client"
     19 JOB_RETRIES = 2
     20 
     21 DOC = """
     22 Test that crash sender works correctly.
     23 """
     24 
     25 BUG_TEMPLATE = {
     26     'labels': ['OS-Chrome', 'Cr-Internals-Logging', 'Cr-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