1 # Copyright (c) 2013 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 AUTHOR = "Chrome OS Project" 6 NAME = "video_YouTubeHTML5" 7 PURPOSE = "Verify that YouTube HTML5 video works" 8 CRITERIA = """ 9 This test will fail if YouTube HTML5 video fails to play. 10 """ 11 ATTRIBUTES = "suite:bvt-perbuild, suite:partners" 12 SUITE = "bvt-perbuild, partners" 13 TIME = "SHORT" 14 TEST_CATEGORY = "General" 15 TEST_CLASS = "video" 16 TEST_TYPE = "client" 17 JOB_RETRIES = 2 18 DEPENDENCIES='cleanup-reboot' 19 BUG_TEMPLATE = { 20 'labels': ['VideoTestFailure', 'OS-Chrome'], 21 } 22 23 DOC = """ 24 This test verify YouTube video playback, states and resolutions. 25 """ 26 27 job.run_test('video_YouTubeHTML5') 28