• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2012 The Chromium 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.h264"
7PURPOSE = "Verify Chromium hardware Video Decode Acceleration 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
19DEPENDENCIES = "hw_video_acc_h264"
20# Reboot in the lab after the test ends.
21DEPENDENCIES = "cleanup-reboot, hw_video_acc_h264"
22RETRIES = 1
23BUG_TEMPLATE = {
24    'labels': ['OS-Chrome', 'VideoTestFailure'],
25    'cc': ['chromeos-video-test-failures@google.com'],
26}
27
28DOC = """
29This is a wrapper test for Chrome video_decode_accelerator_unittest.
30"""
31
32# The FPS expectations here are lower than observed in most runs to keep
33# the bots green.
34videos = ['test-25fps.h264:320:240:250:258:35:150:1']
35
36args_dict = utils.args_to_dict(args)
37job.run_test('video_VideoDecodeAccelerator', videos=videos, **args_dict)
38