| # Copyright 2015 The Chromium OS Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| AUTHOR = "Chrome OS Team, chromeos-video@google.com" |
| NAME = "video_VideoDecodeAccelerator.vp9" |
| PURPOSE = "Verify Chromium Video Decode Acceleration for VP9 works." |
| This test will fail if any of the tests in video_decode_accelerator_unittest |
| fails. Running video_decode_accelerator_unittest is skipped on machines that are |
| known not to support video decode. |
| ATTRIBUTES = "suite:bvt-perbuild" |
| TEST_CATEGORY = "Functional" |
| # Reboot in the lab after the test ends. |
| DEPENDENCIES = "cleanup-reboot, hw_video_acc_vp9" |
| 'labels': ['OS-Chrome', 'VideoTestFailure'], |
| This is a wrapper test for Chrome video_decode_accelerator_unittest. |
| # The FPS expectations here are lower than observed in most runs to keep |
| videos = ['test-25fps.vp9:320:240:250:250:35:150:12'] |
| job.run_test('video_VideoDecodeAccelerator', videos=videos) |