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