1# Copyright (c) 2014 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "Mussa Kiroga" 6NAME = "video_GlitchDetection.mp4.720p_1080p" 7PURPOSE = "Verify that Chrome Video Playback is glitch and corruption free" 8CRITERIA = """ 9 10""" 11# ATTRIBUTES = "suite:video" 12TIME = "LONG" 13TEST_CATEGORY = "General" 14TEST_CLASS = "video" 15TEST_TYPE = "client" 16DEPENDENCIES = "video_glitch_detection" 17BUG_TEMPLATE = { 18 'owner': 'avkodipelli@chromium.org', 19 'cc': ['mussa@chromium.org', 'rohitbm@chromium.org'], 20 'labels': ['VideoTestFailure', 'OS-Chrome'], 21} 22 23DOC = """ 24This test uses cloud based image comparison to determine test PASS or FAIL. 25The service sends an email to a preconfigured address in case of test FAIL only. 26If this tests reports FAIL it means something went wrong during the run of the 27test itself. 28All test results regardless of result are stored and viewable. 29""" 30 31job.run_test('video_GlitchDetection', 32 channel='dev', 33 video_name='switch_res', 34 video_format='mp4', 35 video_def='720p_1080p') 36