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# Please do not edit this file! It has been created by generate_controlfiles.py.
6
7NAME = 'graphics_dEQP.vk-master'
8AUTHOR = 'chromeos-gfx'
9PURPOSE = 'Run the drawElements Quality Program test suite.'
10CRITERIA = 'All of the individual tests must pass.'
11ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild'
12TIME = 'LENGTHY'
13TEST_CATEGORY = 'Functional'
14TEST_CLASS = 'graphics'
15TEST_TYPE = 'client'
16MAX_RESULT_SIZE_KB = 131072
17DOC = """
18This test runs the drawElements Quality Program test suite.
19"""
20job.run_test('graphics_dEQP',
21             tag = 'vk-master',
22             opts = args + [
23                 'test_names_file=/usr/local/deqp/master/vk-master.txt',
24                 'hasty=True',
25                 'perf_failure_description=Failures_VK',
26                 'shard_number=0',
27                 'shard_count=1'
28             ])