blob: e036d9d1ec0302a7b029e7f35c08593d0ff7f29d [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"
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')