Home | History | Annotate | Download | only in graphics_PiglitBVT
      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 NAME = 'graphics_PiglitBVT'
      6 AUTHOR = 'chromeos-gfx'
      7 PURPOSE = 'Collection of automated tests for OpenGL implementations.'
      8 CRITERIA = 'All tests in a slice have to pass, otherwise it will fail.'
      9 TIME='SHORT'
     10 TEST_CATEGORY = 'Functional'
     11 TEST_CLASS = 'graphics'
     12 TEST_TYPE = 'client'
     13 JOB_RETRIES = 2
     14 
     15 BUG_TEMPLATE = {
     16     'labels': ['Cr-OS-Kernel-Graphics'],
     17 }
     18 
     19 DOC = """
     20 Piglit is a collection of automated tests for OpenGL implementations.
     21 
     22 The goal of Piglit is to help improve the quality of open source OpenGL drivers
     23 by providing developers with a simple means to perform regression tests.
     24 
     25 This control file runs slice 9 out of 20 slices of a passing subset of the
     26 original collection.
     27 
     28 http://piglit.freedesktop.org
     29 """
     30 
     31 job.run_test('graphics_PiglitBVT', test_slice=9)
     32