• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2014 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# TEST SOON TO BE DISABLED UNTIL MIGRATED TO PYTHON 3.
6# For instructions on how to: go/tauto-py3-migration
7# To re-enable migrate to Python 3.
8# If the test is not migrated by 1/14/22 it will be deleted.
9
10AUTHOR = "zork, ebeach"
11NAME = "desktopui_ConnectivityDiagnostics"
12PURPOSE = "Basic confidence check of connectivity diagnostics in Chrome."
13CRITERIA = "This test will fail if the connectivity diagnostics smoke tests fail."
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "desktopui"
17TEST_TYPE = "client"
18
19DOC = """
20This test logs in, connects to the connectivity diagnostics app, and asks it to
21run the internal test suite.  It then waits for a successful run to complete.
22"""
23
24job.run_test("desktopui_ConnectivityDiagnostics")
25