blob: a39eab908baef728f4b1b8d82343c610aa269c20 [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 resolution-changing video seek works in Chrome"
CRITERIA = """
This test will fail if a resolution-changing H264 video fails to seek in Chrome HTML5 page.
"""
SUITE = "bvt-perbuild, video"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_h264"
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'Cr-OS-Kernel-Video'],
}
DOC = """
This test verifies H264 resolution-changing video can seek on machines with VDA.
"""
video = ('http://commondatastorage.googleapis.com/'
'chromiumos-test-assets-public/MSE/switch_1080p_720p.mp4')
job.run_test('video_VideoSeek', video=video)