blob: e1d7229cee97f462bd49920501cb592d3ba371de [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 = "Mussa Kiroga"
NAME = "video_GlitchDetection_chameleon_vp8_720p"
PURPOSE = "Verify that Chrome Video Playback is glitch and corruption free"
CRITERIA = """
"""
ATTRIBUTES = "suite:video_image_comparison_chameleon"
TIME = "LONG"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
DEPENDENCIES = "video_glitch_detection"
BUG_TEMPLATE = {
'owner': 'avkodipelli@chromium.org',
'cc': ['mussa@chromium.org', 'rohitbm@chromium.org'],
'labels': ['VideoTestFailure', 'OS-Chrome']
}
DOC = """
This test uses cloud based image comparison to determine test PASS or FAIL.
Images are captured using Chameleon and compared locally first. If that
comparison fails, images will be save so that they can be viewed test
results.
"""
host = next(iter(job.hosts))
job.run_test('video_GlitchDetection',
source_path=('https://storage.googleapis.com/'
'chromiumos-test-assets-public/Shaka-Dash/720_vp8.webm'),
codec='vp8',
resolution='720p',
host=host,
args=args)