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