Home | History | Annotate | Download | only in hardware_TPMttci
      1 # Copyright (c) 2011 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_TPMttci"
      6 AUTHOR = "The Chromium OS Authors"
      7 PURPOSE = "Exercise TPM TTCI board modules with TPM"
      8 CRITERIA = "Check TTCI module functionality and TPM sanity check"
      9 TIME = "MEDIUM"
     10 TEST_CATEGORY = "Functional"
     11 TEST_CLASS = "Hardware"
     12 TEST_TYPE = "Client"
     13 
     14 DOC = """
     15 This test exercises the two modules on TTCI board and performs basic sanity
     16 check of the TPM (Trusted Platform Module) module (version & self-test).
     17 """
     18 
     19 job.run_test('hardware_TPMttci')
     20