Home | History | Annotate | Download | only in hardware_TPMLoadKey
      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_TPMLoadKey"
      6 AUTHOR = "The Chromium OS Authors"
      7 PURPOSE = "Detect that the TPM can execute the LoadKey function"
      8 CRITERIA = "The TPM must be able to execute the TPM LoadKey function to pass"
      9 TIME = "SHORT"
     10 TEST_CATEGORY = "Functional"
     11 TEST_CLASS = "Hardware"
     12 TEST_TYPE = "Client"
     13 
     14 DOC = """
     15     This test determines that the TPM can execute a TPM LoadKey function.
     16 """
     17 
     18 job.run_test('hardware_TPMLoadKey')
     19