• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
14SUITE = "bvt-inline, smoke, partners"
15TIME = "SHORT"
16TEST_CATEGORY = "Functional"
17TEST_CLASS = "logging"
18TEST_TYPE = "client"
19JOB_RETRIES = 2
20
21DOC = """
22Test that crash sender works correctly.
23"""
24
25BUG_TEMPLATE = {
26    'labels': ['OS-Chrome', 'Cr-Internals-Logging', 'Cr-OS-Systems'],
27    'owner': 'vapier@chromium.org',
28    'cc': ['vapier@chromium.org', 'benchan@chromium.org'],
29}
30
31job.run_test('logging_CrashSender')
32