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 SUITE = 'bvt-cq, graphics_per-day, graphics, graphics_system' 19 BUG_TEMPLATE = { 20 'labels': ['Cr-OS-Kernel-Graphics'], 21 } 22 23 DOC = """ 24 Runs libdrm test apps. 25 """ 26 27 job.run_test('graphics_LibDRM') 28