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