Home | History | Annotate | Download | only in video_VideoSeek
      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, chromeos-video (a] google.com"
      6 NAME = "video_VideoSeek.h264.switchres"
      7 PURPOSE = "Verify that H264 resolution-changing video seek works in Chrome"
      8 CRITERIA = """
      9 This test will fail if a resolution-changing H264 video fails to seek in Chrome HTML5 page.
     10 """
     11 ATTRIBUTES = "suite:bvt-perbuild"
     12 SUITE = "bvt-perbuild"
     13 TIME = "SHORT"
     14 TEST_CATEGORY = "General"
     15 TEST_CLASS = "video"
     16 TEST_TYPE = "client"
     17 DEPENDENCIES = "hw_video_acc_h264"
     18 BUG_TEMPLATE = {
     19     'labels': ['OS-Chrome', 'VideoTestFailure'],
     20     'cc': ['chromeos-video-test-failures (a] google.com'],
     21 }
     22 
     23 DOC = """
     24 This test verifies H264 resolution-changing video can seek on machines with VDA.
     25 """
     26 
     27 video = ('http://commondatastorage.googleapis.com/'
     28             'chromiumos-test-assets-public/MSE/switch_1080p_720p.mp4')
     29 job.run_test('video_VideoSeek', video=video)
     30