| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 NAME = "hardware_TPMCheck" | |
| 6 AUTHOR = "The Chromium OS Authors" | |
| 7 PURPOSE = "Basic check of the TPM state" | |
| 8 CRITERIA = "Check that the TPM is in the expected state for use in Chrome OS." | |
| 9 TIME = "SHORT" | |
| 10 TEST_CATEGORY = "Functional" | |
| 11 TEST_CLASS = "Hardware" | |
| 12 TEST_TYPE = "Client" | |
| 13 | |
| 14 DOC = """ | |
| 15 A basic sanity check of the state of the TPM (Trusted Platform Module) | |
| 16 """ | |
| 17 | |
| 18 job.run_test('hardware_TPMCheck') | |
| OLD | NEW |