blob: fa1a6bcb97fc2ce90119f778141f22c8e61d452d [file] [log] [blame]
# Copyright (c) 2012 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_TPMPing"
AUTHOR = "The Chromium OS Authors"
PURPOSE = "Ping the TPM"
CRITERIA = "Fails if user-level cannot communicate with the TPM."
SUITE = "kernel_per-build_regression"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "kernel"
TEST_TYPE = "client"
DOC = """
Checks that there is a TPM, that the driver can talk to it, and that the
TCS daemon can talk to the driver. Assumes that the firmware has started
the TPM, but makes no other assumptions on the TPM state (activated or not,
owned or not, etc.)
"""
job.run_test('kernel_TPMPing')