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""" 11#TODO(pwang): crbug.com/948506, change suite:bvt-perbuild back to bvt-cq. 12ATTRIBUTES = ("suite:bvt-perbuild, suite:graphics, suite:graphics_per-day," 13 "suite:graphics_system") 14TIME='SHORT' 15TEST_CATEGORY = 'Functional' 16TEST_CLASS = "graphics" 17TEST_TYPE = 'client' 18JOB_RETRIES = 2 19BUG_TEMPLATE = { 20 'components': ['OS>Kernel>Graphics'], 21} 22 23DOC = """ 24This test verifies we can capture graphics from applications. It is meant to be 25a basic check if the graphics system is alive. 26""" 27 28job.run_test('graphics_Sanity') 29