1 # Copyright 2015 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 7 NAME = 'graphics_dEQP.gles2-master.hasty.8' 8 AUTHOR = 'chromeos-gfx' 9 PURPOSE = 'Run the drawElements Quality Program test suite.' 10 CRITERIA = 'All of the individual tests must pass.' 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild' 12 TIME = 'FAST' 13 TEST_CATEGORY = 'Functional' 14 TEST_CLASS = 'graphics' 15 TEST_TYPE = 'client' 16 MAX_RESULT_SIZE_KB = 131072 17 DOC = """ 18 This test runs the drawElements Quality Program test suite. 19 """ 20 job.run_test('graphics_dEQP', 21 tag = 'gles2-master', 22 opts = args + [ 23 'test_names_file=/usr/local/deqp/master/gles2-master.txt', 24 'hasty=True', 25 'shard_number=8', 26 'shard_count=10' 27 ])