| # Copyright (c) 2011 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 = "Chrome OS Team" |
| NAME = "login_OwnershipNotRetaken" |
| PURPOSE = "Verify that only the first login gets ownership." |
| CRITERIA = "This test will fail if cryptohome is not mounted after login." |
| SUITE = "regression" |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "login" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| This test checks that, after taking ownership successfully, subsequent logins |
| do not clobber the owner's registered public key. |
| """ |
| |
| job.run_test('login_OwnershipNotRetaken') |