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 5 NAME = 'graphics_dEQP.vk-master' 6 AUTHOR = 'chromeos-gfx' 7 PURPOSE = 'Run the drawElements Quality Program test suite.' 8 CRITERIA = 'All of the individual tests must pass.' 9 # It is too slow to run this suite one test at a time. Instead run it in hasty 10 # mode. This hould not be a problem as upstream VK is supposed to pass running 11 # in a single process. 12 #ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system' 13 TIME = 'LENGTHY' 14 TEST_CATEGORY = 'Functional' 15 TEST_CLASS = 'graphics' 16 TEST_TYPE = 'client' 17 DOC = """ 18 This test runs the drawElements Quality Program test suite. 19 """ 20 21 job.run_test('graphics_dEQP', 22 tag = 'vk-master', 23 opts = args + 24 ['test_names_file=/usr/local/deqp/master/vk-master.txt']) 25