1# Copyright 2016 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = 'scunningham' 6NAME = 'policy_PowerManagementIdleSettings.logout_endsession' 7#TODO (kathrelkeld): Re-enable this test once issue 840558 is resolved. 8#ATTRIBUTES = 'suite:ent-nightly, suite:policy' 9TIME = 'SHORT' 10TEST_CATEGORY = 'Functional' 11TEST_CLASS = 'enterprise' 12TEST_TYPE = 'client' 13 14DOC = ''' 15Verify effects of PowerManagementIdleSettings policy on client behavior. 16 17This test case verifies the behavior and appearance of Chrome OS when the 18PowerManagementIdleSettings user policy IdleAction is not set. 19 20The test shall pass if the user session ends (i.e., is logged out) after the 21Delay:Idle time expires. It shall fail if this behavior is not enforced. 22 23''' 24 25job.run_test('policy_PowerManagementIdleSettings', case='Logout_EndSession') 26