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 24job.run_test('logging_CrashSender') 25