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.gles2.functional.hasty.4'
8AUTHOR = 'chromeos-gfx'
9PURPOSE = 'Run the drawElements Quality Program test suite.'
10CRITERIA = 'All of the individual tests must pass.'
11ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild'
12SUITE = 'deqp, graphics_per-day, graphics_system, bvt-perbuild'
13TIME = 'FAST'
14TEST_CATEGORY = 'Functional'
15TEST_CLASS = 'graphics'
16TEST_TYPE = 'client'
17DOC = """
18This test runs the drawElements Quality Program test suite.
19"""
20
21job.run_test('graphics_dEQP', opts = args + ['filter=dEQP-GLES2.functional',
22                                             'subset_to_run=Pass',
23                                             'hasty=True',
24                                             'shard_number=4',
25                                             'shard_count=10'])