Index: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control |
diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ea166a3ecde1d08b776ee452545f2705e1d40181 |
--- /dev/null |
+++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control |
@@ -0,0 +1,20 @@ |
+# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
scottz
2012/01/24 15:46:00
What suite should this be running in?
|
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+AUTHOR = "Chrome OS Team" |
DaleCurtis
2012/01/19 18:22:45
We used to use a test list to decide which tests t
|
+NAME = "desktopui_OMXTest" |
+PURPOSE = "Verify OMX video decode works." |
+CRITERIA = """ |
+This test will fail if any of the tests in omx_video_decode_accelerator_unittest fails. |
DaleCurtis
2012/01/19 18:22:45
80 chars.
Ami GONE FROM CHROMIUM
2012/01/19 18:31:58
Done.
|
+""" |
+TIME = "LONG" |
+TEST_CATEGORY = "Functional" |
+TEST_CLASS = "desktopui" |
+TEST_TYPE = "client" |
+ |
+DOC = """ |
+This is a wrapper test for Chrome omx_video_decode_accelerator_unittest. |
+""" |
+ |
+job.run_test('desktopui_OMXTest') |