• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
15
16DOC = """
17This test logs in and waits forever (or until the exit flag is seen).
18Telemetry based test.
19"""
20
21job.run_test('desktopui_SimpleLogin')
22