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