1# Copyright 2017 The Chromium OS 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 = "video_VideoCapability" 7PURPOSE = "Monitor the capabilities on device" 8ATTRIBUTES = "suite:bvt-perbuild, suite:crosbolt_perf_perbuild, suite:video, suite:av_webcam" 9TIME = "SHORT" 10TEST_CATEGORY = "General" 11TEST_CLASS = "video" 12TEST_TYPE = "client" 13JOB_RETRIES = 2 14 15BUG_TEMPLATE = { 16 'labels': ['OS-Chrome', 'VideoTestFailure'], 17 'cc': ['chromeos-video-test-failures@google.com'], 18} 19 20DOC = """ 21This test compares capabilities detected by avtest_label_detect and 22static capabilities. 23""" 24 25job.run_test('video_VideoCapability') 26