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