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