| # Copyright (c) 2012 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 Project" |
| NAME = "desktopui_UrlStress" |
| PURPOSE = "Verify numerous URL loads." |
| CRITERIA = """ |
| This test will fail if the URL ever fails to load. |
| """ |
| TIME = "LONG" |
| TEST_CATEGORY = "General" |
| TEST_CLASS = "desktopui" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| This test opens and closes tabs until the time limit is reached. |
| """ |
| |
| job.run_test('desktopui_UrlStress') |