1# Copyright (c) 2010 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 = "The Chromium OS Authors" 6NAME = "hardware_TPMCheck" 7ATTRIBUTES = "suite:kernel_per-build_regression" 8SUITE = "kernel_per-build_regression" 9PURPOSE = "Basic check of the TPM state" 10CRITERIA = "Check that the TPM is in the expected state for use in Chrome OS." 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "Hardware" 14TEST_TYPE = "Client" 15 16DOC = """ 17 A basic sanity check of the state of the TPM (Trusted Platform Module) 18""" 19 20job.run_test('hardware_TPMCheck') 21