27 lines
938 B
Plaintext
27 lines
938 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.notset_sleep'
|
|
#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 sleeps (i.e., screen blanks, but user
|
|
is not logged out) after the Delay:Idle time expires. It shall fail if this
|
|
behavior is not enforced.
|
|
|
|
'''
|
|
|
|
job.run_test('policy_PowerManagementIdleSettings', case='NotSet_Sleep')
|