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