xref: /aosp_15_r20/external/autotest/client/site_tests/graphics_Idle/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 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
5PY_VERSION = 3
6AUTHOR = 'chromeos-gfx'
7NAME = "graphics_Idle"
8ATTRIBUTES = "suite:bvt-perbuild, suite:graphics, suite:graphics_per-day, suite:graphics_system, suite:pvs-graphics"
9PURPOSE = "Verify that graphics behaves as expected on idle."
10CRITERIA = """
11This test will fail if we don't see the appropriate GPU idle states.
12It depends on the browser not using graphics continuously in guest/kiosk mode.
13"""
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "graphics"
17TEST_TYPE = "client"
18BUG_TEMPLATE = {
19    'components': ['OS>Kernel>Graphics'],
20}
21
22DOC = """
23This test checks that the GPU is in the proper state when idle (RC6, panel,
24clocks...)
25"""
26
27job.run_test('graphics_Idle')
28