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 = "mohsinally"
6NAME = "login_LoginSuccess"
7ATTRIBUTES = "suite:stress4"
8SUITE = "stress4"
9TIME = "LONG"
10TEST_CATEGORY = "Stress"
11TEST_CLASS = "login"
12TEST_TYPE = "client"
13
14DOC = """
15This test stress tests and verifies that signing in via the UI (using Telemetry)
16works correctly. This includes listening to DBus to verify that the session_manager
17announces the start of a user session upon sign in, as well as the end of one on sign out.
18"""
19
20job.run_test('login_LoginSuccess', iterations=50, stress_run=True)
21