xref: /aosp_15_r20/external/autotest/client/site_tests/graphics_Gbm/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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
5PY_VERSION = 3
6NAME = 'graphics_Gbm'
7AUTHOR = 'chromeos-gfx'
8PURPOSE = 'Tests the Mesa graphics buffer management.'
9CRITERIA = """
10Tests the Mesa graphics buffer management. All tests must pass.
11"""
12ATTRIBUTES = 'suite:bvt-perbuild, suite:graphics, suite:graphics_per-day, suite:graphics_system'
13TIME='FAST'
14TEST_CATEGORY = 'Functional'
15TEST_CLASS = "gl"
16TEST_TYPE = 'client'
17BUG_TEMPLATE = {
18    'components': ['OS>Kernel>Graphics'],
19}
20
21DOC = """
22Tests the Mesa graphics buffer management. All tests must pass.
23"""
24
25job.run_test('graphics_Gbm')
26