Home | History | Annotate | Download | only in video_YouTubeMseEme
      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 = "dunno (a] chromium.org"
      6 NAME = "video_YouTubeMseEme"
      7 PURPOSE = "Verify Chrome MSE/EME works for YouTube."
      8 CRITERIA = """
      9 This test will fail if Widevine isn't supported.
     10 """
     11 ATTRIBUTES = "suite:youtube_mse_eme"
     12 SUITE = "youtube_mse_eme"
     13 TIME = "SHORT"
     14 TEST_CATEGORY = "General"
     15 TEST_CLASS = "video"
     16 TEST_TYPE = "client"
     17 BUG_TEMPLATE = {
     18     'labels': ['VideoTestFailure', 'OS-Chrome'],
     19 }
     20 
     21 DOC = """
     22 This test verifies Chrome MSE/EME implementation is fit for YouTube.
     23 """
     24 
     25 _TEST_NAME = 'can_play_widevine'
     26 job.run_test(
     27         'video_YouTubeMseEme',
     28         subtest_name=_TEST_NAME,
     29         subdir_tag=_TEST_NAME)
     30