Index: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/control.two |
diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/control.two b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/control.two |
new file mode 100644 |
index 0000000000000000000000000000000000000000..def12edaf8b79996a83fa20b26795fc3b6ac0be2 |
--- /dev/null |
+++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/control.two |
@@ -0,0 +1,21 @@ |
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+AUTHOR = "Chrome OS Team" |
+NAME = "desktopui_BrowserTest" |
+PURPOSE = "Verify basic browsing capability of Chrome." |
+CRITERIA = """ |
+This test will fail if any of the commands chrome executes returns an error. |
+""" |
+TIME = "LONG" |
+TEST_CATEGORY = "Functional" |
+TEST_CLASS = "desktopui" |
+TEST_TYPE = "client" |
+ |
+DOC = """ |
+This is a wrapper test for Chrome browser_test. |
+""" |
+ |
+job.run_test('desktopui_BrowserTest', group=2, total_groups=4) |
+ |