Home | History | Annotate | Download | only in graphics_Drm
      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 NAME = 'graphics_Drm.vgem_test'
      6 AUTHOR = 'chromeos-gfx'
      7 PURPOSE = 'Uses drm-tests to sanity check DRM graphics output'
      8 CRITERIA = """
      9 Runs drm-tests. All tests must run without error.
     10 """
     11 ATTRIBUTES = ''
     12 TIME='FAST'
     13 TEST_CATEGORY = 'Functional'
     14 TEST_CLASS = "gl"
     15 TEST_TYPE = 'client'
     16 BUG_TEMPLATE = {
     17     'components': ['OS>Kernel>Graphics'],
     18 }
     19 
     20 DOC = """
     21 Runs vgem_test.
     22 """
     23 
     24 job.run_test('graphics_Drm', tag='vgem_test',
     25                              tests=['vgem_test'])
     26