blob: b94c0d10df2ce19651df040754df737294a3f00e [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.vp8.switchres"
PURPOSE = "Verify that VP8 resolution-changing video seek works in Chrome"
CRITERIA = """
This test will fail if a resolution-changing VP8 video fails to seek in Chrome HTML5 page.
"""
ATTRIBUTES = "suite:bvt-perbuild"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'VideoTestFailure'],
'cc': ['chromeos-video-test-failures@google.com'],
}
DOC = """
This test verifies VP8 resolution-changing video can seek on machines with VDA.
"""
video = ('http://commondatastorage.googleapis.com/chromiumos-test'
'-assets-public/MSE/frame_size_change.webm')
job.run_test('video_VideoSeek', codec='vp8', is_switchres=True, video=video,
capability='hw_dec_vp8_1080_30')