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