| Index: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoPerfTests/control
|
| diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoPerfTests/control b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoPerfTests/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..be13bb21a93a2b8c9e8cb959f90fe05974e23127
|
| --- /dev/null
|
| +++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoPerfTests/control
|
| @@ -0,0 +1,19 @@
|
| +# Copyright (c) 2011 The Chromium 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_PyAutoPerfTests"
|
| +PURPOSE = "PyAuto-based Chrome performance tests."
|
| +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 pyauto-based performance tests.
|
| +http://dev.chromium.org/developers/testing/pyauto
|
| +"""
|
| +
|
| +job.run_test('desktopui_PyAutoPerfTests')
|
|
|