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