OLD | NEW |
(Empty) | |
| 1 # Copyright (c) 2012 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" |
| 6 NAME = "desktopui_OMXTest" |
| 7 PURPOSE = "Verify OMX video decode works." |
| 8 CRITERIA = """ |
| 9 This test will fail if any of the tests in omx_video_decode_accelerator_unittest |
| 10 fails. |
| 11 """ |
| 12 TIME = "LONG" |
| 13 TEST_CATEGORY = "Functional" |
| 14 TEST_CLASS = "desktopui" |
| 15 TEST_TYPE = "client" |
| 16 |
| 17 DOC = """ |
| 18 This is a wrapper test for Chrome omx_video_decode_accelerator_unittest. |
| 19 """ |
| 20 |
| 21 job.run_test('desktopui_OMXTest') |
OLD | NEW |