Home | History | Annotate | Download | only in hardware_TPMCheck
      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 AUTHOR = "The Chromium OS Authors"
      6 NAME = "hardware_TPMCheck"
      7 ATTRIBUTES = "suite:kernel_per-build_regression"
      8 SUITE = "kernel_per-build_regression"
      9 PURPOSE = "Basic check of the TPM state"
     10 CRITERIA = "Check that the TPM is in the expected state for use in Chrome OS."
     11 TIME = "SHORT"
     12 TEST_CATEGORY = "Functional"
     13 TEST_CLASS = "Hardware"
     14 TEST_TYPE = "Client"
     15 
     16 DOC = """
     17     A basic sanity check of the state of the TPM (Trusted Platform Module)
     18 """
     19 
     20 job.run_test('hardware_TPMCheck')
     21