| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 AUTHOR = "Chrome OS Team" | 5 AUTHOR = "Chrome OS Team" |
| 6 NAME = "hardware_TPMFirmware" | 6 NAME = "hardware_TPMFirmware" |
| 7 PURPOSE = "Verify that system firmware is compatible with TPM device." | 7 PURPOSE = "Verify that system firmware is compatible with TPM device." |
| 8 CRITERIA = "This will run a suite of server-side TPM tests." | 8 CRITERIA = "This will run a suite of server-side TPM tests." |
| 9 TIME = "MEDIUM" | 9 TIME = "MEDIUM" |
| 10 TEST_CATEGORY = "Functionality" | 10 TEST_CATEGORY = "Functionality" |
| 11 TEST_CLASS = "hardware" | 11 TEST_CLASS = "hardware" |
| 12 TEST_TYPE = "client" | 12 TEST_TYPE = "client" |
| 13 | 13 |
| 14 DOC = """ | 14 DOC = """ |
| 15 Hardware test for the TPM functionality needed in the firmware. | 15 Hardware test for the TPM functionality needed in the firmware. |
| 16 This test requires a modified BIOS that issues no commands to the TPM. | 16 This test requires a modified BIOS that issues no commands to the TPM. |
| 17 This test is driven by a server-side test (hardware_TPMFirmwareServer). | 17 This test is driven by a server-side test (hardware_TPMFirmwareServer). |
| 18 """ | 18 """ |
| 19 | 19 |
| 20 job.run_test('hardware_TPMFirmware') | 20 job.run_test('hardware_TPMFirmware') |
| OLD | NEW |