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