Home | History | Annotate | Download | only in graphics_Stress
      1 # Copyright 2014 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 = "chromeos-gfx"
      6 NAME = "graphics_Stress.50spirit"
      7 PURPOSE = "Execute a graphics stress test."
      8 CRITERIA = "All tests must not crash/hang the GPU."
      9 # TODO(dbehr): reenable this test after rewriting as server test.
     10 #ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-day"
     11 #SUITE = 'graphics_per-day, graphics, graphics_browser'
     12 TIME = "LENGTHY"
     13 TEST_CATEGORY = "Stress"
     14 TEST_CLASS = "graphics"
     15 TEST_TYPE = "client"
     16 BUG_TEMPLATE = {
     17     'labels': ['Cr-OS-Kernel-Graphics'],
     18 }
     19 
     20 DOC = """
     21 This test runs a graphics stress with 50 tabs SpiritBox.
     22 """
     23 
     24 job.run_test('graphics_Stress', subtest='50spirit')
     25