blob: 74f62a91b6876eb2ef0dd18fb0ac27d7d0a17746 [file] [log] [blame]
# 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
"""
SUITE = "bvt, kaen_bvt, smoke"
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')