19 lines
		
	
	
		
			592 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			592 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
 | |
| # Use of this source code is governed by a BSD-style license that can be
 | |
| # found in the LICENSE file.
 | |
| 
 | |
| NAME = "hardware_TPMLoadKey"
 | |
| AUTHOR = "The Chromium OS Authors"
 | |
| PURPOSE = "Detect that the TPM can execute the LoadKey function"
 | |
| CRITERIA = "The TPM must be able to execute the TPM LoadKey function to pass"
 | |
| TIME = "SHORT"
 | |
| TEST_CATEGORY = "Functional"
 | |
| TEST_CLASS = "Hardware"
 | |
| TEST_TYPE = "Client"
 | |
| 
 | |
| DOC = """
 | |
|     This test determines that the TPM can execute a TPM LoadKey function.
 | |
| """
 | |
| 
 | |
| job.run_test('hardware_TPMLoadKey')
 |