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