blob: 5c765d5cab16bf729cd145ccd2cd8aaac40ef782 [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."
SUITE = "bvt, kaen_bvt, smoke"
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')