xref: /aosp_15_r20/external/autotest/client/site_tests/graphics_parallel_dEQP/control.vk.0 (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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.0'
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=0',
29                 'shard_count=4'
30             ])