• 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
19BUG_TEMPLATE = {
20    'labels': ['OS-Chrome', 'VideoTestFailure'],
21    'cc': ['chromeos-video-test-failures@google.com'],
22}
23
24DOC = """
25This is a wrapper test for Chrome jpeg_decode_accelerator_unittest.
26"""
27
28job.run_test('video_JpegDecodeAccelerator', capability='hw_dec_jpeg')
29