blob: ff4132d7a54dff8859e711660f949efdb2741a88 [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_peppy_mp4_480p"
PURPOSE = "Verify that Chrome Video Playback is glitch and corruption free"
CRITERIA = """
"""
ATTRIBUTES = "suite:chameleon_hdmi"
SUITE = "chameleon_hdmi"
TIME = "LONG"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
DEPENDENCIES = "board:peppy, video_glitch_detection, chameleon"
BUG_TEMPLATE = {
'owner': 'avkodipelli@chromium.org',
'cc': ['mussa@chromium.org', 'rohitbm@chromium.org'],
'labels': ['Cr-OS-Kernel-Video', 'OS-Chrome']
}
DOC = """
Images are captured using Chameleon and compared locally first. If that
comparison fails, images will be uploaded to a web comparer so that the
comparison results can be viewed later.
"""
host = next(iter(job.hosts))
job.run_test('video_GlitchDetection',
channel='dev',
video_name='bigbuck',
video_format='mp4',
video_def='480p',
use_chameleon=True,
host=host,
args=args)