• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2016 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
5NAME = 'graphics_Drm'
6AUTHOR = 'chromeos-gfx'
7PURPOSE = 'Uses drm-tests to sanity check DRM graphics output'
8CRITERIA = """
9Runs drm-tests. All tests must run without error.
10"""
11ATTRIBUTES = 'suite:graphics_per-day, suite:drm, suite:graphics, suite:graphics_system'
12TIME='FAST'
13TEST_CATEGORY = 'Functional'
14TEST_CLASS = "gl"
15TEST_TYPE = 'client'
16BUG_TEMPLATE = {
17    'components': ['OS>Kernel>Graphics'],
18}
19
20DOC = """
21Runs various graphics_Drm related tests.
22"""
23
24job.run_test('graphics_Drm', perf_report=True)
25