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