blob: a6e89b8b7f22427f9dd8e49d12f58413ca11f4a8 [file] [log] [blame]
# Copyright (c) 2013 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 = "audiovideo_VDA"
PURPOSE = "Verify Chromium hardware Video Decode Acceleration works."
CRITERIA = """
This test will fail if any of the tests in video_decode_accelerator_unittest
fails. Running video_decode_accelerator_unittest is skipped on machines that are
known not to support video decode.
"""
SUITE = "video_weekly_regression"
TIME = "LONG"
TEST_CATEGORY = "Functional"
TEST_CLASS = "audiovideo"
TEST_TYPE = "client"
DOC = """
This is a wrapper test for Chrome video_decode_accelerator_unittest
against multiple streams (which lengthens the test duration).
"""
job.run_test('audiovideo_VDA')