1# Copyright 2014 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_Stress.blobaquariumyt" 7PURPOSE = "Execute a graphics stress test." 8CRITERIA = "All tests must not crash/hang the GPU." 9ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-day" 10TIME = "LENGTHY" 11TEST_CATEGORY = "Stress" 12TEST_CLASS = "graphics" 13TEST_TYPE = "client" 14BUG_TEMPLATE = { 15 'components': ['OS>Kernel>Graphics'], 16} 17 18DOC = """ 19This test runs a graphics stress with WebGL Blob, Aquarium and YouTube. 20""" 21 22job.run_test('graphics_Stress', subtest='blob+aquarium+yt') 23