unplugged-system/external/autotest/client/site_tests/graphics_WebGLAquarium/control

24 lines
748 B
Plaintext
Raw Normal View History

# Copyright (c) 2013 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_WebGLAquarium"
PURPOSE = "Execute the WebGL aquarium test suite."
CRITERIA = "All suite tests must not crash/hang."
ATTRIBUTES = "suite:crosbolt_perf_perbuild, suite:bvt-perbuild, suite:graphics, suite:graphics_browser, suite:graphics_per-day, suite:partners, suite:pvs-graphics"
TIME = "medium"
TEST_CATEGORY = "Performance"
TEST_CLASS = "graphics"
TEST_TYPE = "client"
BUG_TEMPLATE = {
'components': ['OS>Kernel>Graphics'],
}
DOC = """
This runs the WebGL aquarium test.
"""
job.run_test('graphics_WebGLAquarium')