blob: 65fb33791f230b2b37b1239e12ef836686d81ca1 [file] [log] [blame]
# Copyright 2018 The Chromium 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_JpegEncodeAccelerator"
PURPOSE = "Verify Chromium hardware JPEG encode acceleration works."
CRITERIA = """
This test will fail if any of the tests in jpeg_encode_accelerator_unittest
fails. Running jpeg_encode_accelerator_unittest is skipped on machines that are
known not to support jpeg encode.
"""
ATTRIBUTES = "suite:bvt-perbuild"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "video"
TEST_TYPE = "client"
JOB_RETRIES = 2
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'VideoTestFailure'],
'cc': ['chromeos-video-test-failures@google.com'],
}
DOC = """
This is a wrapper test for Chrome jpeg_encode_accelerator_unittest.
"""
args_dict = utils.args_to_dict(args)
job.run_test('video_JpegEncodeAccelerator', capability='hw_enc_jpeg',
**args_dict)