21 lines
		
	
	
		
			663 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			663 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # Copyright (c) 2010 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_MultiReader'
 | |
| AUTHOR = 'The Chromium OS Authors'
 | |
| PURPOSE = 'Verify a USB multi card reader basically works.'
 | |
| CRITERIA = 'Fails if no removable block devices are found.'
 | |
| TIME='SHORT'
 | |
| TEST_CATEGORY = 'Functional'
 | |
| TEST_CLASS = "hardware"
 | |
| TEST_TYPE = 'client'
 | |
| 
 | |
| DOC = """
 | |
| This test checks for any removable block devices.
 | |
| It assumes a multi card reader is plugged in to USB and that it
 | |
| has media installed such as (for example) an SD card.
 | |
| """
 | |
| 
 | |
| job.run_test('hardware_MultiReader')
 |