Home | History | Annotate | Download | only in video_VideoSanity
      1 # Copyright (c) 2012 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_VideoSanity.bvt'
      7 PURPOSE = 'Verify that Chrome media and video works'
      8 CRITERIA = """
      9 This test will fail if Chrome media is not enable or video doesn't play.
     10 """
     11 # Disabled due to flake in PFQ for daisy_skate. http://crbug.com/450335
     12 # But still need to run it regularly (once per build) in video for monitoring.
     13 ATTRIBUTES = "suite:bvt-cq, suite:partners"
     14 SUITE = 'bvt-cq, partners'
     15 TIME = 'SHORT'
     16 TEST_CATEGORY = 'General'
     17 TEST_CLASS = 'video'
     18 TEST_TYPE = 'client'
     19 JOB_RETRIES = 2
     20 BUG_TEMPLATE = {
     21     'labels': ['OS-Chrome', 'VideoTestFailure'],
     22     'cc': ['chromeos-video-test-failures (a] google.com'],
     23 }
     24 
     25 DOC = """
     26 This test verify the media elements and video sanity.
     27 """
     28 
     29 job.run_test('video_VideoSanity')
     30