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