21 lines
		
	
	
		
			661 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			661 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # Copyright 2018 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 = 'timkovich'
 | |
| NAME = 'policy_AudioOutputAllowed.True_Allow'
 | |
| ATTRIBUTES = 'suite:ent-nightly, suite:policy, suite:bvt-perbuild'
 | |
| TIME = 'SHORT'
 | |
| TEST_CATEGORY = 'General'
 | |
| TEST_CLASS = 'enterprise'
 | |
| TEST_TYPE = 'client'
 | |
| 
 | |
| DOC = '''
 | |
| This test verifies the effect of the AudioOutputAllowed user policy on
 | |
| Chrome OS client behavior through the 3.5mm output. It verifies Chrome OS
 | |
| behavior is correct when policy is set to 'True'.
 | |
| 
 | |
| '''
 | |
| 
 | |
| job.run_test('policy_AudioOutputAllowed', case='True_Allow')
 |