blob: 32e367a4ea5db5dacde395873f11f7a83d59ae12 [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_VideoSeek"
PURPOSE = "Verify that H264 video seeks work in Chrome"
CRITERIA = """
This test will fail if video seeks don't work with Chrome navigating to an mp4 file.
"""
SUITE = "video"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "audiovideo"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_h264"
EXPERIMENTAL = "True"
DOC = """
This test verifies video seeks work for H264 hardware video decode.
"""
video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoSeek/video.mp4'
job.run_test('video_VideoSeek', video=video)