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 aborting a source buffer append functions correctly.
     10 """
     11 TIME = "SHORT"
     12 TEST_CATEGORY = "General"
     13 TEST_CLASS = "video"
     14 TEST_TYPE = "client"
     15 BUG_TEMPLATE = {
     16     'labels': ['VideoTestFailure', 'OS-Chrome'],
     17 }
     18 
     19 DOC = """
     20 This test verifies Chrome MSE/EME implementation is fit for YouTube.
     21 """
     22 
     23 _TEST_NAME = 'append_abort'
     24 job.run_test(
     25         'video_YouTubeMseEme',
     26         subtest_name=_TEST_NAME,
     27         subdir_tag=_TEST_NAME)
     28