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