1# Copyright 2018 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.module" 7PURPOSE = "Verify Chromium camera module function with HAL3 interface." 8CRITERIA = """ 9This test will fail if any of the module tests in cros_camera_test fails. 10""" 11ATTRIBUTES = "" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "video" 15TEST_TYPE = "client" 16BUG_TEMPLATE = { 17 'labels': ['OS-Chrome', 'VideoTestFailure'], 18 'cc': ['chromeos-video-test-failures@google.com'], 19} 20 21DOC = """ 22This is a wrapper test for cros_camera_test. 23For more information on HAL3 see: 24https://source.android.com/devices/camera/camera3.html 25https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h 26""" 27 28job.run_test('camera_HAL3', options=['--gtest_filter=Camera3ModuleFixture.*']) 29