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