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