blob: 225ed303f36990ccd1055954279a4093f0e9b813 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS 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 Project, chromeos-video@google.com"
NAME = "video_ChromeHWDecodeUsed"
PURPOSE = "Verify that VP8 video decode acceleration works in Chrome"
CRITERIA = """
This test will fail if VDA doesn't work with Chrome navigating to a webm file.
"""
SUITE = "bvt, video, qav"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_vp8"
RETRIES = 2
DOC = """
This test verifies VP8 video decode acceleration works.
"""
job.run_test('video_ChromeHWDecodeUsed', video_file='video.webm')