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