Home | History | Annotate | Download | only in video_YouTubeHTML5
      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 TIME = "SHORT"
     13 TEST_CATEGORY = "General"
     14 TEST_CLASS = "video"
     15 TEST_TYPE = "client"
     16 JOB_RETRIES = 2
     17 DEPENDENCIES='cleanup-reboot'
     18 BUG_TEMPLATE = {
     19     'labels': ['VideoTestFailure', 'OS-Chrome'],
     20 }
     21 
     22 DOC = """
     23 This test verify YouTube video playback, states and resolutions.
     24 """
     25 
     26 job.run_test('video_YouTubeHTML5')
     27