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