21 lines
		
	
	
		
			651 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			651 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # Copyright 2017 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 = "detachablebase_TriggerHammerd"
 | |
| AUTHOR = "Chrome OS Team"
 | |
| PURPOSE = "Check hammerd starts correctly on boot."
 | |
| CRITERIA = "This test will fail if hammerd returns non-zero value."
 | |
| TIME = "SHORT"
 | |
| TEST_CATEGORY = "Functional"
 | |
| TEST_CLASS = "detachablebase"
 | |
| TEST_TYPE = "client"
 | |
| ATTRIBUTES = "suite:bvt-perbuild"
 | |
| DEPENDENCIES = "detachablebase"
 | |
| 
 | |
| DOC = """
 | |
| The test checks hammerd upstart job is triggered on boot and exits normally.
 | |
| """
 | |
| 
 | |
| job.run_test('detachablebase_TriggerHammerd')
 |