• 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
5# If you see any error at the Vimeo player end, try updating froogaloop.js.
6# https://raw.github.com/vimeo/player-api/master/javascript/froogaloop.js
7
8AUTHOR = "rohitbm@chromium.org, chromeos-video@google.com"
9NAME = "video_VimeoVideo"
10PURPOSE = "Verify that Vimeo (html5) video works"
11CRITERIA = """
12This test will fail if Vimeo video fails to play.
13"""
14TIME = "SHORT"
15TEST_CATEGORY = "General"
16TEST_CLASS = "video"
17TEST_TYPE = "client"
18DEPENDENCIES = "hw_video_acc_h264"
19BUG_TEMPLATE = {
20    'owner': 'rohitbm@chromium.org',
21    'labels': ['OS-Chrome', 'VideoTestFailure'],
22}
23
24DOC = """
25This test verifies Vimeo video playback and player states.
26"""
27
28job.run_test('video_VimeoVideo')
29