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