blob: d87486a0a4440be982ce408329c88e72c6726bbb [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'graphics_dEQP.gles2.capability'
AUTHOR = 'chromeos-gfx'
PURPOSE = 'Run the drawElements Quality Program test suite'
CRITERIA = """
All of the individual tests must pass.
"""
ATTRIBUTES = "suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild"
SUITE = 'graphics_per-day, graphics_system, bvt-perbuild'
TIME = 'FAST'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'graphics'
TEST_TYPE = 'client'
DOC = """
This test runs the drawElements Quality Program test suite.
"""
job.run_test('graphics_dEQP', opts = args + ["filter=dEQP-GLES2.capability"])