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