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.donothing_continue' 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 continues (i.e., is not logged out, 21and does not go to sleep) after the Delay:Idle time expires. It shall fail if 22this behavior is not enforced. 23 24''' 25 26job.run_test('policy_PowerManagementIdleSettings', case='DoNothing_Continue') 27