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