Files
OpenCellular/autotest/client/hardware_TPMFirmware/control
Zdenek Behan d37eafa398 vboot_reference: move tests into client/ and also put the server test in here
* Adjusted the path in VbootCrypto Makefile

Change-Id: I2485c3940f4d3894694c3e834ed79b1b3f58d4bc

BUG=
TEST=

Review URL: http://codereview.chromium.org/3335018
2010-09-13 21:49:55 -07:00

21 lines
711 B
Plaintext

# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "hardware_TPMFirmware"
PURPOSE = "Verify that system firmware is compatible with TPM device."
CRITERIA = "This will run a suite of server-side TPM tests."
TIME = "MEDIUM"
TEST_CATEGORY = "Functionality"
TEST_CLASS = "hardware"
TEST_TYPE = "client"
DOC = """
Hardware test for the TPM functionality needed in the firmware.
This test requires a modified BIOS that issues no commands to the TPM.
This test is driven by a server-side test (hardware_TPMFirmwareServer).
"""
job.run_test('hardware_TPMFirmware')