xref: /aosp_15_r20/external/autotest/client/site_tests/graphics_WebGLAquarium/control.power (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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
5PY_VERSION = 3
6AUTHOR = "[email protected], chromeos-gfx"
7NAME = "graphics_WebGLAquarium.power"
8PURPOSE = "Execute the WebGL aquarium test suite to measure power."
9CRITERIA = "All suite tests must not crash/hang."
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 and measures power consumption.
20"""
21
22job.run_test("graphics_WebGLAquarium", power_test=True, tag='power')
23