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