Home | History | Annotate | Download | only in graphics_SanAngeles
      1 # Copyright (c) 2010 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_SanAngeles'
      7 PURPOSE = 'Benchmark OpenGL object rendering.'
      8 CRITERIA = 'This test is a benchmark. It will fail if it fails to complete.'
      9 ATTRIBUTES = "suite:graphics, suite:graphics_per-day, suite:graphics_system"
     10 SUITE = 'graphics_per-day, graphics, graphics_system'
     11 TIME='FAST'
     12 TEST_CATEGORY = 'Performance'
     13 TEST_CLASS = "graphics"
     14 TEST_TYPE = 'client'
     15 # Reboot in the lab after the test ends.
     16 DEPENDENCIES='cleanup-reboot'
     17 BUG_TEMPLATE = {
     18     'labels': ['Cr-OS-Kernel-Graphics'],
     19 }
     20 
     21 DOC = """
     22 This test runs the San Angeles Observation GPU benchmark. This benchmark uses
     23 a minimal and portable framework to generate a small demo program. It exercises
     24 basic features of OpenGL like vertex arrays, color arrays, and lighting. It
     25 also uses objects generated using procedural algorithms.
     26 """
     27 
     28 job.run_test('graphics_SanAngeles', creds=None)
     29