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 NAME = 'graphics_dEQP.gles3-master' 6 AUTHOR = 'chromeos-gfx' 7 PURPOSE = 'Run the drawElements Quality Program test suite.' 8 CRITERIA = 'All of the individual tests must pass.' 9 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system' 10 TIME = 'LENGTHY' 11 TEST_CATEGORY = 'Functional' 12 TEST_CLASS = 'graphics' 13 TEST_TYPE = 'client' 14 DOC = """ 15 This test runs the drawElements Quality Program test suite. 16 """ 17 18 job.run_test('graphics_dEQP', 19 tag = 'gles3-master', 20 opts = args + 21 ['test_names_file=/usr/local/deqp/master/gles3-master.txt']) 22