1# Copyright (c) 2014 The Chromium 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 Team, chromeos-video@google.com" 6NAME = "video_MediaUnittests" 7PURPOSE = "Verify Chromium media unittests pass." 8CRITERIA = "This test will fail if media_unittests fails." 9ATTRIBUTES = "suite:video" 10SUITE = "video" 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "video" 14TEST_TYPE = "client" 15 16DOC = """ 17This is a wrapper test for Chrome media_unittests. 18""" 19 20job.run_test('video_MediaUnittests') 21