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 5AUTHOR = "zork, ebeach" 6NAME = "desktopui_ConnectivityDiagnostics" 7PURPOSE = "Basic sanity check of connectivity diagnostics in Chrome." 8CRITERIA = "This test will fail if the connectivity diagnostics smoke tests fail." 9TIME = "SHORT" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "desktopui" 12TEST_TYPE = "client" 13 14DOC = """ 15This test logs in, connects to the connectivity diagnostics app, and asks it to 16run the internal test suite. It then waits for a successful run to complete. 17""" 18 19job.run_test("desktopui_ConnectivityDiagnostics") 20