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" 8PURPOSE = "Basic check of the TPM state" 9CRITERIA = "Check that the TPM is in the expected state for use in Chrome OS." 10TIME = "SHORT" 11TEST_CATEGORY = "Functional" 12TEST_CLASS = "Hardware" 13TEST_TYPE = "client" 14 15DOC = """ 16 A basic sanity check of the state of the TPM (Trusted Platform Module) 17""" 18 19job.run_test('hardware_TPMCheck') 20