• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
12# SUITE = "video"
13TIME = "LONG"
14TEST_CATEGORY = "General"
15TEST_CLASS = "video"
16TEST_TYPE = "client"
17DEPENDENCIES = "video_glitch_detection"
18BUG_TEMPLATE = {
19    'owner': 'avkodipelli@chromium.org',
20    'cc': ['mussa@chromium.org', 'rohitbm@chromium.org'],
21    'labels': ['VideoTestFailure', 'OS-Chrome'],
22}
23
24DOC = """
25This test uses cloud based image comparison to determine test PASS or FAIL.
26The service sends an email to a preconfigured address in case of test FAIL only.
27If this tests reports FAIL it means something went wrong during the run of the
28test itself.
29All test results regardless of result are stored and viewable.
30"""
31
32job.run_test('video_GlitchDetection',
33              channel='dev',
34              video_name='switch_res',
35              video_format='mp4',
36              video_def='720p_1080p')
37