blob: bb3ad7ef6f92b1118ffba76ed8e69fbf9fac2747 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "cmasone, joaodasilva"
NAME = "login_SameSessionTwice"
SUITE = "bvt, smoke"
TIME = "FAST"
TEST_CLASS = "login"
TEST_TYPE = "client"
DOC = """
This test is intended to ensure that the session manager correctly
rejects attempts to start the same session more than once. It will call
session_manager.StartSession() over DBus more than once, with
the same username and ensure that calls after the first fail.
"""
job.run_test('login_SameSessionTwice')