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 7NAME = 'graphics_dEQP.gles31.stress' 8AUTHOR = 'chromeos-gfx' 9PURPOSE = 'Run the drawElements Quality Program test suite.' 10CRITERIA = 'All of the individual tests must pass.' 11ATTRIBUTES = '' 12TIME = 'LONG' 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', opts = args + ['filter=dEQP-GLES31.stress', 21 'subset_to_run=Pass', 22 'hasty=False', 23 'shard_number=0', 24 'shard_count=1'])