• 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.bvt'
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, suite:bvt-inline'
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',
25             tests=['drm_cursor_test',
26                    'linear_bo_test',
27                    'null_platform_test',
28                    'swrast_test'],
29             perf_report=True)
30