1# Copyright 2018 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 5PY_VERSION = 3 6AUTHOR = "chromeos-gfx" 7NAME = "graphics_Chrome.ozone_gl_unittests" 8TIME = "SHORT" 9TEST_CATEGORY = "Functional" 10TEST_CLASS = "graphics" 11TEST_TYPE = "client" 12 13ATTRIBUTES = "suite:bvt-perbuild" 14 15UNITTESTS_BINARY_NAME = 'ozone_gl_unittests' 16# Execution timeout: very generous since its goal is to avoid hangs. 17TIMEOUT_SECONDS = 300 18DOC = """ 19Runs ozone_gl_unittests. This is a simple binary that initializes Ozone - DRM 20and uses it to create a DmaBuf NativePixmap and allocate a GLImageEGL. 21""" 22 23job.run_test('graphics_Chrome', 24 unittests_binary_name=UNITTESTS_BINARY_NAME, 25 unittests_timeout=TIMEOUT_SECONDS) 26