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