1# Copyright 2015-2021 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 7PY_VERSION = 3 8NAME = 'graphics_parallel_dEQP.vk.3' 9AUTHOR = 'chromeos-gfx' 10PURPOSE = 'Run the drawElements Quality Program test suite with deqp-runner.' 11CRITERIA = 'All of the individual tests must pass unless marked as known failures.' 12ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system' 13TIME = 'LONG' 14TEST_CATEGORY = 'Functional' 15TEST_CLASS = 'graphics' 16TEST_TYPE = 'client' 17MAX_RESULT_SIZE_KB = 131072 18EXTENDED_TIMEOUT = 86400 19DOC = """ 20This test runs the drawElements Quality Program test suite. 21""" 22job.run_test('graphics_parallel_dEQP', 23 tag = 'vk', 24 opts = args + [ 25 'api=vk', 26 'caselist=/usr/local/deqp/caselists/vk.txt', 27 'perf_failure_description=Failures_VK', 28 'shard_number=3', 29 'shard_count=4' 30 ])