25 lines
		
	
	
		
			709 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			709 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.
 | |
| 
 | |
| AUTHOR = "Chrome OS Team"
 | |
| NAME = "dummy_Pass"
 | |
| PURPOSE = "Demonstrate success methods of autotests."
 | |
| CRITERIA = "This test will always succeed."
 | |
| ATTRIBUTES = (
 | |
|         "suite:dummy, suite:dummyclientretries, suite:push_to_prod,"
 | |
|         " suite:skylab_staging_test, suite:something_else,"
 | |
|         " suite:dev_drone_image_test, suite:infra_qual"
 | |
| )
 | |
| TIME = "SHORT"
 | |
| TEST_CATEGORY = "General"
 | |
| TEST_CLASS = "dummy"
 | |
| TEST_TYPE = "client"
 | |
| MAX_RESULT_SIZE_KB = 5000
 | |
| 
 | |
| DOC = """
 | |
| This is a helper test that will succeed.
 | |
| """
 | |
| 
 | |
| job.run_test('dummy_Pass')
 |