| # 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_GuestAndActualSession" |
| EXPERIMENTAL = "True" |
| SUITE = "regression" |
| TIME = "FAST" |
| TEST_CLASS = "login" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| This test is intended to ensure that the session manager can |
| correctly handle device ownership when a guest signs in first. It will call |
| session_manager.StartSession() over DBus first with the guest user name, |
| then with a real username, and ensure that the latter becomes the device owner. |
| """ |
| |
| job.run_test('login_GuestAndActualSession') |