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.
23 lines
814 B
23 lines
814 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.
|
|
|
|
NAME = "kernel_TPMStress"
|
|
AUTHOR = "The Chromium OS Authors"
|
|
PURPOSE = "Stress test of communication with the TPM"
|
|
CRITERIA = "Fails if there are communication errors with the TPM"
|
|
ATTRIBUTES = "suite:kernel_daily_regression, suite:stress"
|
|
TIME = "MEDIUM"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "kernel"
|
|
TEST_TYPE = "client"
|
|
|
|
DOC = """
|
|
Sends commands to the TPM in a tight loop for some length of time, in
|
|
an attempt to reproduce possible communication errors, either over LPC
|
|
or I2C bus depending on platform. Uses the "tpmc" command, so tcsd
|
|
is stopped during execution of this test.
|
|
"""
|
|
|
|
job.run_test('kernel_TPMStress')
|