1# Copyright (c) 2014 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 = "ejcaruso@chromium.org snanda@chromium.org marcheu@chromium.org" 6NAME = "power_PSROccupancyTest" 7PURPOSE = "Test panel self refresh (PSR) occupancy when the display is static." 8TIME = "SHORT" 9TEST_TYPE = "client" 10 11DOC = """ 12Tests that PSR is entered on a static content. 13 14The purpose of this test is to verify that display enters the PSR state when the 15content being displayed is static. It also verifies that the display stays in 16PSR state for as long as the display is static. It first enables PSR if not 17enabled and makes the displayed content static. It then waits for some time, 18after which it checks whether the display was in PSR state for close to 19(<wait time> - <vblankoffdelay>). 20""" 21 22job.run_test('power_PSROccupancyTest') 23