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 JOB_RETRIES = 2 16 17 ATTRIBUTES = "suite:bvt-cq, suite:graphics, suite:graphics_per-day, suite:graphics_system" 18 BUG_TEMPLATE = { 19 'components': ['OS>Kernel>Graphics'], 20 } 21 22 DOC = """ 23 Runs libdrm test apps. 24 """ 25 26 job.run_test('graphics_LibDRM') 27