xref: /aosp_15_r20/external/autotest/client/site_tests/graphics_GLMark2/_control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2012 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
5PY_VERSION = 3
6NAME = 'graphics_GLMark2'
7AUTHOR = 'chromeos-gfx'
8PURPOSE = 'Benchmark the graphics library performance.'
9# TODO(ihf): reenable this test once b/213954429 is fixed.
10# ATTRIBUTES = "suite:graphics, suite:graphics_per-day, suite:graphics_system"
11TIME='MEDIUM'
12TEST_CATEGORY = 'Performance'
13TEST_CLASS = "gl"
14TEST_TYPE = 'client'
15# Reboot in the lab after the test ends.
16DEPENDENCIES='cleanup-reboot'
17BUG_TEMPLATE = {
18    'components': ['OS>Kernel>Graphics'],
19}
20
21DOC = """
22glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the
23OpenGL 2.0 API that is compatible with OpenGL ES 2.0.
24
25https://launchpad.net/glmark2
26"""
27
28job.run_test('graphics_GLMark2')
29