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