blob: 9985d43ddd08e889994b9e85983d3c5d97005cd0 [file] [log] [blame]
# Copyright (c) 2010 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"
DOC = """
This test checks that cryptohome is mounted and unmounted when appropriate.
"""
job.run_test('login_CryptohomeUnmounted')