25 lines
910 B
Plaintext
25 lines
910 B
Plaintext
# 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.
|
|
|
|
# TEST SOON TO BE DISABLED UNTIL MIGRATED TO PYTHON 3.
|
|
# For instructions on how to: go/tauto-py3-migration
|
|
# To re-enable migrate to Python 3.
|
|
# If the test is not migrated by 1/14/22 it will be deleted.
|
|
|
|
AUTHOR = "zork, ebeach"
|
|
NAME = "desktopui_ConnectivityDiagnostics"
|
|
PURPOSE = "Basic confidence 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")
|