• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_TPMtspi"
6AUTHOR = "The Chromium OS Authors"
7PURPOSE = "Exercise TPM modules using TSPI library API"
8CRITERIA = "Check TPM functionality"
9TIME = "MEDIUM"
10TEST_CATEGORY = "Functional"
11TEST_CLASS = "Hardware"
12TEST_TYPE = "Client"
13PY_VERSION = 3
14
15DOC = """
16This test exercises the basic functionalities of the TPM
17 (Trusted Platform Module) module (e.g. version & self-test).
18"""
19
20job.run_test('hardware_TPMtspi')
21