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