| # 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_CryptohomeUnmounted" |
| PURPOSE = "Verify cryptohome is not mounted when logged out." |
| CRITERIA = """ |
| This test will fail if any of the following conditions occur: |
| - cryptohome is not mounterd after login |
| - cryptohome is mounted after log out |
| """ |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "login" |
| TEST_TYPE = "client" |
| RETRIES = 5 |
| |
| DOC = """ |
| This test checks that cryptohome is mounted and unmounted when appropriate. |
| """ |
| |
| job.run_test('login_CryptohomeUnmounted') |