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 5NAME = 'graphics_GLMark2.bvt' 6AUTHOR = 'chromeos-gfx' 7PURPOSE = 'Benchmark the graphics library performance.' 8# It is intentional that this suite is part of bvt-inline and bvt-perbuild 9# suites to get more stability data. Do not change this. 10ATTRIBUTES = 'suite:bvt-inline, suite:bvt-perbuild, suite:graphics, suite:graphics_per-day, suite:graphics_system' 11TIME='MEDIUM' 12TEST_CATEGORY = 'Performance' 13TEST_CLASS = "gl" 14TEST_TYPE = 'client' 15JOB_RETRIES = 2 16# Reboot in the lab after the test ends. 17DEPENDENCIES='cleanup-reboot' 18BUG_TEMPLATE = { 19 'components': ['OS>Kernel>Graphics'], 20} 21 22DOC = """ 23glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the 24OpenGL 2.0 API that is compatible with OpenGL ES 2.0. 25 26https://launchpad.net/glmark2 27""" 28 29job.run_test('graphics_GLMark2', hasty = True) 30