xref: /aosp_15_r20/external/autotest/client/site_tests/camera_HAL3Perf/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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 = "ChromeOS Team, [email protected]"
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': ['[email protected]'],
20}
21PY_VERSION = 3
22
23DOC = """
24This test utilizes the cros_camera_test to measure the performance of the
25camera HAL3.
26"""
27
28job.run_test('camera_HAL3Perf')
29