blob: 62edc9cf1304d792143e7e298f83e815f46148ee [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_VideoCorruption.h264"
PURPOSE = "Verify that Chrome can handle corrupted mp4 video"
CRITERIA = """
This test will fail if Chrome fails to catch error for playing corrupted mp4 video.
"""
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 Chrome can catch error for playing corrupted mp4 video.
"""
video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoCorruption/corrupted.mp4'
job.run_test('video_VideoCorruption', video=video)