blob: 83896a7e7c79f5e0208c9f8ec525cfed86d9e9aa [file] [log] [blame]
# Copyright 2014 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.
PY_VERSION = 3
AUTHOR = "chromeos-gfx"
NAME = "graphics_Stress.ytvimeowebgl"
PURPOSE = "Execute a graphics stress test."
CRITERIA = "All tests must not crash/hang the GPU."
ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-day, suite:pvs-graphics"
TIME = "LENGTHY"
TEST_CATEGORY = "Stress"
TEST_CLASS = "graphics"
TEST_TYPE = "client"
BUG_TEMPLATE = {
'components': ['OS>Kernel>Graphics'],
}
DOC = """
This test runs a graphics stress with YouTube, Vimeo and WebGL Aquarium.
"""
job.run_test('graphics_Stress', subtest='yt+vimeo+webgl')