You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
805 B
27 lines
805 B
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
AUTHOR = 'chromeos-gfx'
|
|
NAME = 'graphics_Sanity'
|
|
PURPOSE = 'Verifies we can draw and capture graphics from applications.'
|
|
CRITERIA = """
|
|
This test fails if application screen shots cannot capture the screen output.
|
|
"""
|
|
ATTRIBUTES = "suite:graphics, suite:graphics_per-day, suite:graphics_system"
|
|
TIME='SHORT'
|
|
TEST_CATEGORY = 'Functional'
|
|
TEST_CLASS = "graphics"
|
|
TEST_TYPE = 'client'
|
|
JOB_RETRIES = 2
|
|
BUG_TEMPLATE = {
|
|
'components': ['OS>Kernel>Graphics'],
|
|
}
|
|
|
|
DOC = """
|
|
This test verifies we can capture graphics from applications. It is meant to be
|
|
a basic check if the graphics system is alive.
|
|
"""
|
|
|
|
job.run_test('graphics_Sanity')
|