1# Copyright 2017 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_dEQP.vk-master.hasty' 6AUTHOR = 'chromeos-gfx' 7PURPOSE = 'Run the drawElements Quality Program test suite.' 8CRITERIA = 'All of the individual tests must pass.' 9# We run vk-master.hasty by default as vk-master takes 12h and VK is expected 10# to pass in a single process run. 11ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system' 12TIME = 'LENGTHY' 13TEST_CATEGORY = 'Functional' 14TEST_CLASS = 'graphics' 15TEST_TYPE = 'client' 16DOC = """ 17This test runs the drawElements Quality Program test suite. 18""" 19 20job.run_test('graphics_dEQP', 21 tag = 'vk-master.hasty', 22 opts = args + ['hasty=True', 23 'test_names_file=/usr/local/deqp/master/vk-master.txt']) 24