• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2015 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 = "rohitbm@chromium.org, chromeos-gfx"
6NAME = "graphics_WebGLAquarium.power"
7PURPOSE = "Execute the WebGL aquarium test suite to measure power."
8CRITERIA = "All suite tests must not crash/hang."
9TIME = "medium"
10TEST_CATEGORY = "Performance"
11TEST_CLASS = "graphics"
12TEST_TYPE = "client"
13BUG_TEMPLATE = {
14    "components": ["OS>Kernel>Graphics"],
15}
16
17DOC = """
18This runs the WebGL aquarium test and measures power consumption.
19"""
20
21job.run_test("graphics_WebGLAquarium", power_test=True, tag='power')
22