1# Copyright 2016 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.arc" 8ATTRIBUTES = "suite:bvt-perbuild, suite:graphics, suite:graphics_per-day, suite:graphics_system" 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" 18DEPENDENCIES = "arc" 19JOB_RETRIES = 2 20BUG_TEMPLATE = { 21 'labels': ['Cr-OS-Kernel-Graphics'], 22} 23ARC_MODE = "enabled" 24 25DOC = """ 26This test checks that the GPU is in the proper state when idle (RC6, panel, 27clocks...) 28""" 29 30job.run_test('graphics_Idle', arc_mode=ARC_MODE, tag='arc') 31