Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8029)

Unified Diff: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/control.one

Issue 4698004: [Chrome OS] Cleanup and modify Chrome-for-ChromeOS autotest wrappers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/control.one
diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/control.one b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/control.one
new file mode 100644
index 0000000000000000000000000000000000000000..6a6b0a876c662e9f353fb7fdfc610182e311bab3
--- /dev/null
+++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/control.one
@@ -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=1, total_groups=4)
+

Powered by Google App Engine
This is Rietveld 408576698