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_LibDRM" 8PURPOSE = 'Verify libdrm is working correctly by running libdrm test apps.' 9CRITERIA = """ 10If one or more of the libdrm test apps fails, this autotest will fail. 11""" 12TIME = "FAST" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "graphics" 15TEST_TYPE = "client" 16 17ATTRIBUTES = "suite:bvt-perbuild, suite:graphics, suite:graphics_per-day, suite:graphics_system" 18BUG_TEMPLATE = { 19 'components': ['OS>Kernel>Graphics'], 20} 21 22DOC = """ 23Runs libdrm test apps. 24""" 25 26job.run_test('graphics_LibDRM') 27