blob: a35dcb8cd3e98320eac67a05ff2d4bebacd8fd2e [file] [log] [blame]
# Copyright 2014 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 = 'chromeos-gfx'
NAME = "graphics_Idle"
SUITE = 'graphics_per-day, graphics, graphics_system'
PURPOSE = "Verify that graphics behaves as expected on idle."
CRITERIA = """
This test will fail if we don't see the appropriate GPU idle states.
It depends on the browser not using graphics continuously in guest/kiosk mode.
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "graphics"
TEST_TYPE = "client"
BUG_TEMPLATE = {
'labels': ['Cr-OS-Kernel-Graphics'],
}
DOC = """
This test checks that the GPU is in the proper state when idle (RC6, panel,
clocks...)
"""
job.run_test('graphics_Idle')