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