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