blob: 140f599d32e3dc51ec41d86e93322763663c06a7 [file] [log] [blame]
# Copyright (c) 2012 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.
from autotest_lib.client.common_lib import error
from autotest_lib.client.cros import cros_ui_test, cryptohome
class login_CryptohomeIncognitoMounted(cros_ui_test.UITest):
version = 1
def run_once(self):
if (not cryptohome.is_guest_vault_mounted()):
raise error.TestFail('Expected to find a guest vault mounted via '
'tmpfs.')