26 lines
		
	
	
		
			918 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			918 B
		
	
	
	
		
			Plaintext
		
	
	
	
# Copyright 2016 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 = 'scunningham'
 | 
						|
NAME = 'policy_PowerManagementIdleSettings.logout_endsession'
 | 
						|
#TODO (kathrelkeld): Re-enable this test once issue 840558 is resolved.
 | 
						|
#ATTRIBUTES = 'suite:ent-nightly, suite:policy'
 | 
						|
TIME = 'SHORT'
 | 
						|
TEST_CATEGORY = 'Functional'
 | 
						|
TEST_CLASS = 'enterprise'
 | 
						|
TEST_TYPE = 'client'
 | 
						|
 | 
						|
DOC = '''
 | 
						|
Verify effects of PowerManagementIdleSettings policy on client behavior.
 | 
						|
 | 
						|
This test case verifies the behavior and appearance of Chrome OS when the
 | 
						|
PowerManagementIdleSettings user policy IdleAction is not set.
 | 
						|
 | 
						|
The test shall pass if the user session ends (i.e., is logged out) after the
 | 
						|
Delay:Idle time expires. It shall fail if this behavior is not enforced.
 | 
						|
 | 
						|
'''
 | 
						|
 | 
						|
job.run_test('policy_PowerManagementIdleSettings', case='Logout_EndSession')
 |