• 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.thermal"
7PURPOSE = "Execute the WebGL aquarium test suite to measure power."
8CRITERIA = "All suite tests must not crash/hang."
9TIME = "long"
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 for 1hr with 1000 fish.
19"""
20
21job.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