23 lines
		
	
	
		
			614 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			614 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.
 | |
| 
 | |
| AUTHOR = "Chrome OS Team"
 | |
| NAME = "hardware_StorageQualCheckSetup"
 | |
| PURPOSE = "Test that the moblab has the correct setup for storage_qual suite"
 | |
| ATTRIBUTES = "suite:check_setup_storage_qual"
 | |
| TIME = "SHORT"
 | |
| TEST_CATEGORY = "General"
 | |
| TEST_CLASS = "dummy"
 | |
| TEST_TYPE = "server"
 | |
| REQUIRE_SSP = False
 | |
| 
 | |
| DOC = """
 | |
| 
 | |
| """
 | |
| 
 | |
| def run(machine):
 | |
|     job.run_test('hardware_StorageQualCheckSetup', host=hosts.create_host(machine))
 | |
| 
 | |
| parallel_simple(run, machines)
 |