• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_HAL3"
7PURPOSE = "Verify Chromium camera function with HAL3 interface."
8CRITERIA = """
9This test will fail if any of the tests in arc_camera3_test
10fails. Running arc_camera3_test is skipped on machines that are
11known to not support ARC++.
12"""
13ATTRIBUTES = "suite:bvt-perbuild"
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "video"
17TEST_TYPE = "client"
18DEPENDENCIES = "arc"
19BUG_TEMPLATE = {
20    'labels': ['OS-Chrome', 'VideoTestFailure'],
21    'cc': ['chromeos-video-test-failures@google.com'],
22}
23
24DOC = """
25This is a wrapper test for arc_camera3_test.
26For more information on HAL3 see:
27https://source.android.com/devices/camera/camera3.html
28https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h
29"""
30
31job.run_test('camera_HAL3')
32