• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2016 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_JpegDecodeAccelerator"
7PURPOSE = "Verify Chromium hardware JPEG decode acceleration works."
8CRITERIA = """
9This test will fail if any of the tests in jpeg_decode_accelerator_unittest
10fails. Running jpeg_decode_accelerator_unittest is skipped on machines that are
11known not to support jpeg decode.
12"""
13ATTRIBUTES = "suite:bvt-perbuild"
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "video"
17TEST_TYPE = "client"
18JOB_RETRIES = 2
19DEPENDENCIES = "hw_jpeg_acc_dec"
20RETRIES = 1
21BUG_TEMPLATE = {
22    'labels': ['OS-Chrome', 'VideoTestFailure'],
23    'cc': ['chromeos-video-test-failures@google.com'],
24}
25
26DOC = """
27This is a wrapper test for Chrome jpeg_decode_accelerator_unittest.
28"""
29
30args_dict = utils.args_to_dict(args)
31job.run_test('video_JpegDecodeAccelerator', **args_dict)
32