• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.stress3"
7ATTRIBUTES = "suite:stress3"
8TIME = "LONG"
9TEST_CATEGORY = "Stress"
10TEST_CLASS = "login"
11TEST_TYPE = "client"
12
13DOC = """
14This test stress tests and verifies that signing in via the UI (using Telemetry)
15works correctly. This includes listening to DBus to verify that the session_manager
16announces the start of a user session upon sign in, as well as the end of one on sign out.
17"""
18iterations = 50
19timeout_per_iteration = 120
20job.run_test('login_LoginSuccess',
21             tag='stress',
22             iterations=iterations,
23             timeout=iterations * timeout_per_iteration,
24             stress_run=True)
25