1# Copyright (c) 2011 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_Sanity' 7PURPOSE = 'Verifies we can draw and capture graphics from applications.' 8CRITERIA = """ 9This test fails if application screen shots cannot capture the screen output. 10""" 11ATTRIBUTES = "suite:graphics, suite:graphics_per-day, suite:graphics_system" 12TIME='SHORT' 13TEST_CATEGORY = 'Functional' 14TEST_CLASS = "graphics" 15TEST_TYPE = 'client' 16JOB_RETRIES = 2 17BUG_TEMPLATE = { 18 'components': ['OS>Kernel>Graphics'], 19} 20 21DOC = """ 22This test verifies we can capture graphics from applications. It is meant to be 23a basic check if the graphics system is alive. 24""" 25 26job.run_test('graphics_Sanity') 27