1# Copyright (c) 2013 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 5PY_VERSION = 3 6AUTHOR = 'chromeos-gfx' 7NAME = "graphics_WebGLManyPlanetsDeep" 8PURPOSE = "Execute the WebGL many planets deep test suite." 9CRITERIA = "All suite tests must not crash/hang." 10ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-day, suite:partners" 11TIME = "medium" 12TEST_CATEGORY = "Performance" 13TEST_CLASS = "graphics" 14TEST_TYPE = "client" 15BUG_TEMPLATE = { 16 'components': ['OS>Kernel>Graphics'], 17} 18 19DOC = """ 20This test runs the WebGL many planets deep tests. 21""" 22 23job.run_test('graphics_WebGLManyPlanetsDeep') 24