Home | History | Annotate | Download | only in desktopui_SimpleLogin
      1 # Copyright (c) 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 = "kathrelkeld"
      6 NAME = "desktopui_SimpleLogin"
      7 PURPOSE = "Logs into the system; this is used be server based servo tests."
      8 CRITERIA = """
      9 This test logs in and waits forever (or until exit flag is seen).
     10 """
     11 TIME = "LONG"
     12 TEST_CATEGORY = "General"
     13 TEST_CLASS = "desktopui"
     14 TEST_TYPE = "client"
     15 
     16 DOC = """
     17 This test logs in and waits forever (or until the exit flag is seen).
     18 Telemetry based test.
     19 """
     20 
     21 job.run_test('desktopui_SimpleLogin')
     22