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 8 AUTHOR = "rohitbm (a] chromium.org, chromeos-video (a] google.com" 9 NAME = "video_VimeoVideo" 10 PURPOSE = "Verify that Vimeo (html5) video works" 11 CRITERIA = """ 12 This test will fail if Vimeo video fails to play. 13 """ 14 TIME = "SHORT" 15 TEST_CATEGORY = "General" 16 TEST_CLASS = "video" 17 TEST_TYPE = "client" 18 DEPENDENCIES = "hw_video_acc_h264" 19 BUG_TEMPLATE = { 20 'owner': 'rohitbm (a] chromium.org', 21 'labels': ['OS-Chrome', 'VideoTestFailure'], 22 } 23 24 DOC = """ 25 This test verifies Vimeo video playback and player states. 26 """ 27 28 job.run_test('video_VimeoVideo') 29