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