| Index: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/control.two
|
| diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/control.two b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/control.two
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c9c825b9457b066ab6e3a5a36ee17c3f9fe84f4f
|
| --- /dev/null
|
| +++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/control.two
|
| @@ -0,0 +1,18 @@
|
| +# 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_UITest"
|
| +PURPOSE = "Verify Chrome executes and renders basic pages."
|
| +CRITERIA = "This test will fail if running Chrome returns a command error."
|
| +TIME = "LONG"
|
| +TEST_CATEGORY = "Functional"
|
| +TEST_CLASS = "desktopui"
|
| +TEST_TYPE = "client"
|
| +
|
| +DOC = """
|
| +This is a wrapper test for Chrome ui_tests
|
| +"""
|
| +
|
| +job.run_test('desktopui_UITest', group=2, total_groups=4)
|
|
|