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