You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
662 B
22 lines
662 B
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
AUTHOR = "Chromium OS Team"
|
|
NAME = "logging_CrashServices"
|
|
PURPOSE = "Verify that all processes create *.dmp files."
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "logging"
|
|
TEST_TYPE = "client"
|
|
JOB_RETRIES = 0
|
|
ATTRIBUTES = "suite:bvt-perbuild, suite:jailed_build, suite:partners"
|
|
DEPENDENCIES='cleanup-reboot'
|
|
|
|
DOC = """
|
|
Crash all valid Chrome OS processes from an allowlist, and confirm
|
|
that *.dmp, *.meta, and *.core files are created.
|
|
"""
|
|
|
|
job.run_test("logging_CrashServices")
|