Home | History | Annotate | Download | only in graphics_Gbm
      1 # Copyright 2015 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 NAME = 'graphics_Gbm'
      6 AUTHOR = 'chromeos-gfx'
      7 PURPOSE = 'Tests the Mesa graphics buffer management.'
      8 CRITERIA = """
      9 Tests the Mesa graphics buffer management. All tests must pass.
     10 """
     11 ATTRIBUTES = 'suite:graphics, suite:graphics_per-day, suite:graphics_system'
     12 SUITE = 'graphics_per-day, graphics, graphics_system'
     13 TIME='FAST'
     14 TEST_CATEGORY = 'Functional'
     15 TEST_CLASS = "gl"
     16 TEST_TYPE = 'client'
     17 BUG_TEMPLATE = {
     18     'labels': ['Cr-OS-Kernel-Graphics'],
     19 }
     20 
     21 DOC = """
     22 Tests the Mesa graphics buffer management. All tests must pass.
     23 """
     24 
     25 job.run_test('graphics_Gbm')
     26