blob: e1ccb694b652b16723fd8fc6ee581721ef73b481 [file] [log] [blame]
# Copyright 2015 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.vp9"
PURPOSE = "Verify that VP9 video decode acceleration works in Chrome"
CRITERIA = """
This test will fail if VDA doesn't work with Chrome navigating to a VP9 webm
file.
"""
TIME = "SHORT"
ATTRIBUTES = "suite:bvt-cq, suite:partners"
SUITE = "bvt-cq, partners"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_vp9"
JOB_RETRIES = 2
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'VideoTestFailure'],
}
DOC = """
This test verifies VP9 video decode acceleration works.
"""
video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoSeek/video.vp9.webm'
job.run_test('video_ChromeHWDecodeUsed', video_file=video)