Home | History | Annotate | Download | only in graphics_WebGLAquarium
      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.thermal"
      7 PURPOSE = "Execute the WebGL aquarium test suite to measure power."
      8 CRITERIA = "All suite tests must not crash/hang."
      9 TIME = "long"
     10 TEST_CATEGORY = "Performance"
     11 TEST_CLASS = "graphics"
     12 TEST_TYPE = "client"
     13 BUG_TEMPLATE = {
     14     "components": ["OS>Kernel>Graphics"],
     15 }
     16 
     17 DOC = """
     18 This runs the WebGL aquarium test for 1hr with 1000 fish.
     19 """
     20 
     21 job.run_test("graphics_WebGLAquarium",
     22              test_duration_secs=3600,
     23              test_setting_num_fishes=(1000),
     24              tag='power',
     25              power_test=True, ac_ok=True)
     26