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