# 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" ATTRIBUTES = "suite:bvt-inline, suite:graphics, suite:graphics_per-day, suite: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 = { 'components': ['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')