| # Copyright 2014 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 = "zork, ebeach" |
| NAME = "desktopui_ConnectivityDiagnostics" |
| PURPOSE = "Basic sanity check of connectivity diagnostics in Chrome." |
| CRITERIA = "This test will fail if the connectivity diagnostics smoke tests fail." |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "desktopui" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| This test logs in, connects to the connectivity diagnostics app, and asks it to |
| run the internal test suite. It then waits for a successful run to complete. |
| """ |
| |
| job.run_test("desktopui_ConnectivityDiagnostics") |