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