xref: /aosp_15_r20/external/autotest/client/site_tests/hardware_TPMTakeOwnership/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2011 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
5NAME = "hardware_TPMTakeOwnership"
6AUTHOR = "The Chromium OS Authors"
7PURPOSE = "Measure delays of TPM_TakeOwnership operation"
8CRITERIA = "Estimate range of timing requirements for the operation"
9TIME = "MEDIUM"
10TEST_CATEGORY = "Functional"
11TEST_CLASS = "Hardware"
12TEST_TYPE = "Client"
13PY_VERSION = 3
14
15DOC = """
16This test exercises TPM_TakeOwnership functionality of a TPM (Trusted Platform
17Module) module and takes timing measurement of the operation.
18"""
19
20job.run_test('hardware_TPMTakeOwnership')
21