You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
697 B
25 lines
697 B
# Copyright 2015 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_Gbm'
|
|
AUTHOR = 'chromeos-gfx'
|
|
PURPOSE = 'Tests the Mesa graphics buffer management.'
|
|
CRITERIA = """
|
|
Tests the Mesa graphics buffer management. All tests must pass.
|
|
"""
|
|
ATTRIBUTES = 'suite:bvt-perbuild, suite:graphics, suite:graphics_per-day, suite:graphics_system'
|
|
TIME='FAST'
|
|
TEST_CATEGORY = 'Functional'
|
|
TEST_CLASS = "gl"
|
|
TEST_TYPE = 'client'
|
|
BUG_TEMPLATE = {
|
|
'components': ['OS>Kernel>Graphics'],
|
|
}
|
|
|
|
DOC = """
|
|
Tests the Mesa graphics buffer management. All tests must pass.
|
|
"""
|
|
|
|
job.run_test('graphics_Gbm')
|