| # Copyright 2016 The Chromium OS Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| NAME = 'graphics_Drm.vgem_test' |
| AUTHOR = 'chromeos-gfx' |
| PURPOSE = 'Uses drm-tests to sanity check DRM graphics output' |
| CRITERIA = """ |
| Runs drm-tests. All tests must run without error. |
| """ |
| ATTRIBUTES = 'suite:bvt-perbuild, suite:graphics_per-day, suite:drm, suite:graphics, suite:graphics_system' |
| TIME='FAST' |
| TEST_CATEGORY = 'Functional' |
| TEST_CLASS = "gl" |
| TEST_TYPE = 'client' |
| BUG_TEMPLATE = { |
| 'components': ['OS>Kernel>Graphics'], |
| } |
| |
| DOC = """ |
| Runs vgem_test. |
| """ |
| |
| job.run_test('graphics_Drm', tag='vgem_test', cmd='vgem_test') |