blob: d410c59ca1d4ed7bbf1428c608c76407e2f8e931 [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 = "cmasone, achuith"
NAME = "login_CryptohomeIncognito"
PURPOSE = "Verify guest cryptohome is mounted only after login as guest."
CRITERIA = """
This test will fail if guest cryptohome is not mounted when logged in as guest,
or if it is mounted when not logged in as guest.
"""
SUITE = "bvt, bvt_cq, smoke"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "login"
TEST_TYPE = "client"
JOB_RETRIES = 1
DOC = """
This test checks that guest cryptohome is mounted when logged in as guest.
"""
job.run_test('login_CryptohomeIncognito')