xref: /aosp_15_r20/external/autotest/client/site_tests/hardware_TPMCheck/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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, suite:pvs-kernel"
8PURPOSE = "Basic check of the TPM state"
9CRITERIA = "Check that the TPM is in the expected state for use in ChromeOS."
10TIME = "SHORT"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "Hardware"
13TEST_TYPE = "client"
14PY_VERSION = 3
15
16DOC = """
17    A basic confidence check of the state of the TPM (Trusted Platform Module)
18"""
19
20job.run_test('hardware_TPMCheck')
21