You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
700 B
20 lines
700 B
# 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")
|