| Index: autotest/hardware_TPMFirmware/control
|
| diff --git a/autotest/hardware_TPMFirmware/control b/autotest/hardware_TPMFirmware/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e59b7d20f234cc74dfdf71174843730154adf434
|
| --- /dev/null
|
| +++ b/autotest/hardware_TPMFirmware/control
|
| @@ -0,0 +1,20 @@
|
| +# 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')
|
|
|