xref: /aosp_15_r20/external/autotest/client/site_tests/graphics_SanAngeles/control.hwqual (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
6AUTHOR = 'chromeos-gfx'
7NAME = 'graphics_SanAngeles.hwqual'
8PURPOSE = 'Benchmark OpenGL object rendering.'
9CRITERIA = 'This test is a benchmark. It will fail if it fails to complete.'
10ATTRIBUTES = "suite:hwqual"
11TIME='MEDIUM'
12TEST_CATEGORY = 'Performance'
13TEST_CLASS = "graphics"
14TEST_TYPE = 'client'
15BUG_TEMPLATE = {
16    'components': ['OS>Kernel>Graphics'],
17}
18
19DOC = """
20This test runs the San Angeles Observation GPU benchmark. This benchmark uses
21a minimal and portable framework to generate a small demo program. It exercises
22basic features of OpenGL like vertex arrays, color arrays, and lighting. It
23also uses objects generated using procedural algorithms.
24"""
25
26job.run_test('graphics_SanAngeles', creds='$backdoor')
27