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 5AUTHOR = 'Chrome OS Project, chromeos-video@google.com' 6NAME = 'video_VideoSanity.bvt' 7PURPOSE = 'Verify that Chrome media and video works' 8CRITERIA = """ 9This 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. 13ATTRIBUTES = "suite:bvt-cq, suite:partners" 14SUITE = 'bvt-cq, partners' 15TIME = 'SHORT' 16TEST_CATEGORY = 'General' 17TEST_CLASS = 'video' 18TEST_TYPE = 'client' 19JOB_RETRIES = 2 20BUG_TEMPLATE = { 21 'labels': ['OS-Chrome', 'VideoTestFailure'], 22 'cc': ['chromeos-video-test-failures@google.com'], 23} 24 25DOC = """ 26This test verify the media elements and video sanity. 27""" 28 29job.run_test('video_VideoSanity') 30