1# Copyright 2015 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.vimeo"
7PURPOSE = "Verify that Vimeo Video Playback is glitch and corruption free"
8CRITERIA = """
9
10"""
11TIME = "LONG"
12TEST_CATEGORY = "General"
13TEST_CLASS = "video"
14TEST_TYPE = "client"
15DEPENDENCIES = "video_glitch_detection, chameleon"
16BUG_TEMPLATE = {
17    'owner': 'avkodipelli@chromium.org',
18    'cc': ['mussa@chromium.org', 'rohitbm@chromium.org'],
19    'labels': ['VideoTestFailure', 'OS-Chrome']
20}
21
22DOC = """
23This test uses cloud based image comparison to determine test PASS or FAIL.
24The service sends an email to a preconfigured address in case of test FAIL only.
25If this tests reports FAIL it means something went wrong during the run of the
26test itself.
27All test results regardless of result are stored and viewable.
28"""
29
30host = next(iter(job.hosts))
31
32job.run_test('video_GlitchDetection',
33              channel='dev',
34              video_name='vimeo',
35              use_chameleon=True,
36              host=host,
37              args=args)
38