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 5AUTHOR = 'chromeos-gfx' 6NAME = "graphics_LibDRM" 7PURPOSE = 'Verify libdrm is working correctly by running libdrm test apps.' 8CRITERIA = """ 9If one or more of the libdrm test apps fails, this autotest will fail. 10""" 11TIME = "FAST" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "graphics" 14TEST_TYPE = "client" 15JOB_RETRIES = 2 16 17ATTRIBUTES = "suite:bvt-cq, 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