1# Copyright 2017 The Chromium 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 = "Chrome OS Team, chromeos-video@google.com" 6NAME = "camera_HAL3Perf" 7PURPOSE = "Monitor the performance of the camera HAL3." 8CRITERIA = """ 9The test fails if the cros_camera_test fails or crashes. 10""" 11ATTRIBUTES = "suite:crosbolt_perf_nightly" 12TIME = "SHORT" 13TEST_CATEGORY = "Performance" 14TEST_CLASS = "video" 15TEST_TYPE = "client" 16DEPENDENCIES='arc' 17BUG_TEMPLATE = { 18 'labels': ['OS-Chrome', 'VideoTestFailure'], 19 'cc': ['chromeos-video-test-failures@google.com'], 20} 21 22DOC = """ 23This test utilizes the cros_camera_test to measure the performance of the 24camera HAL3. 25""" 26 27job.run_test('camera_HAL3Perf') 28