18 lines
		
	
	
		
			578 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			578 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # Copyright (c) 2013 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_StorageFio.trim'
 | |
| AUTHOR = 'puthik'
 | |
| PURPOSE = 'Test the root device for trim command support'
 | |
| TIME = 'MEDIUM'
 | |
| TEST_TYPE = 'client'
 | |
| 
 | |
| DOC = """
 | |
| This test uses FIO to test for trim command support for the root device.
 | |
| Currently this test doesn't support eMMC discard command and will fail
 | |
| when run on eMMC device.
 | |
| """
 | |
| 
 | |
| job.run_test(url='hardware_StorageFio', requirements = [('rand_trim', [])])
 |