blob: 1cddca00378a5a1a1289c2c98111b6800ff1cf6a [file] [log] [blame]
# Copyright (c) 2013 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_CryptohomeTelemetry"
PURPOSE = "Verify the cryptohome is mounted only after login."
CRITERIA = """
This test will fail if cryptohome is mounted when not logged in, or vice versa.
"""
SUITE = "bvt"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "login"
TEST_TYPE = "client"
RETRIES = 5
EXPERIMENTAL = "True"
# TODO(achuith, dennisjeffrey): Remove login_CryptohomeMounted and
# login_CryptohomeUnmounted tests when this test is promoted to smoke/bvt
# non-experimental.
DOC = """
This test checks that a cryptohome was mounted only after logging in.
"""
job.run_test('login_CryptohomeTelemetry')