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