blob: 9b6023b1e890d63c2095e8ce14ec42ef494d2f33 [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_CryptohomeMounted"
PURPOSE = "Verify the cryptohome is mounted after login."
CRITERIA = "This test will fail if cryptohome is not mounted after login."
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "login"
TEST_TYPE = "client"
RETRIES = 5
DOC = """
This test checks that, after logging in successfully, a cryptohome was mounted.
"""
job.run_test('login_CryptohomeMounted')