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_VideoDecodeAccelerator.vp9_2" 7PURPOSE = "Verify Chromium Video Decode Acceleration for VP9 Profile 2 works." 8CRITERIA = """ 9This test will fail if any of the tests in video_decode_accelerator_unittest 10fails. Running video_decode_accelerator_unittest is skipped on machines that are 11known not to support video decode. 12""" 13ATTRIBUTES = "suite:bvt-perbuild" 14TIME = "SHORT" 15TEST_CATEGORY = "Functional" 16TEST_CLASS = "video" 17TEST_TYPE = "client" 18JOB_RETRIES = 2 19# Reboot in the lab after the test ends. 20DEPENDENCIES = "cleanup-reboot" 21BUG_TEMPLATE = { 22 'labels': ['OS-Chrome', 'VideoTestFailure'], 23} 24 25DOC = """ 26This is a wrapper test for Chrome video_decode_accelerator_unittest. 27""" 28 29# The FPS expectations here are lower than observed in most runs to keep 30# the bots green. 31videos = ['test-25fps.vp9_2:320:240:250:250:35:150:14'] 32 33job.run_test('video_VideoDecodeAccelerator', videos=videos, 34 capability='hw_dec_vp9-2_1080_30') 35