blob: a19477967f39d2c89b10add6e22fb3c30686df51 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'graphics_dEQP.vk-master.hasty'
AUTHOR = 'chromeos-gfx'
PURPOSE = 'Run the drawElements Quality Program test suite.'
CRITERIA = 'All of the individual tests must pass.'
# We run vk-master.hasty by default as vk-master takes 12h and VK is expected
# to pass in a single process run.
ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system'
TIME = 'LENGTHY'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'graphics'
TEST_TYPE = 'client'
DOC = """
This test runs the drawElements Quality Program test suite.
"""
job.run_test('graphics_dEQP',
tag = 'vk-master.hasty',
opts = args + ['hasty=True',
'test_names_file=/usr/local/deqp/master/vk-master.txt'])