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
5AUTHOR = "Chrome OS Team, chromeos-video@google.com"
6NAME = "video_VideoDecodeAccelerator.vp9"
7PURPOSE = "Verify Chromium Video Decode Acceleration for VP9 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"
14SUITE = "bvt-perbuild"
15TIME = "SHORT"
16TEST_CATEGORY = "Functional"
17TEST_CLASS = "video"
18TEST_TYPE = "client"
19JOB_RETRIES = 2
20# Reboot in the lab after the test ends.
21DEPENDENCIES = "cleanup-reboot, hw_video_acc_vp9"
22RETRIES = 1
23BUG_TEMPLATE = {
24    'labels': ['OS-Chrome', 'VideoTestFailure'],
25}
26
27DOC = """
28This is a wrapper test for Chrome video_decode_accelerator_unittest.
29"""
30
31# The FPS expectations here are lower than observed in most runs to keep
32# the bots green.
33videos = ['test-25fps.vp9:320:240:250:250:35:150:12']
34
35job.run_test('video_VideoDecodeAccelerator', videos=videos)
36