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