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