22 lines
		
	
	
		
			690 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			690 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_RealtekCardReader'
 | |
| AUTHOR = 'The Chromium OS Authors'
 | |
| PURPOSE = 'Verify the Realtek card reader basically works.'
 | |
| CRITERIA = 'Fails if the Realtek card reader is not detected.'
 | |
| TIME='SHORT'
 | |
| TEST_CATEGORY = 'Functional'
 | |
| TEST_CLASS = "hardware"
 | |
| TEST_TYPE = 'client'
 | |
| 
 | |
| DOC = """
 | |
| This test checks for the Realtek USB device and for any removable
 | |
| block devices.
 | |
| This test requires an SD card to be plugged in the SD slot.
 | |
| This test applies to x86 systems only.
 | |
| """
 | |
| 
 | |
| job.run_test('hardware_RealtekCardReader')
 |