blob: 1df43af390a0a4931cd97ece6c0c3e9f687d991d [file] [log] [blame]
# Copyright (c) 2010 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_ChromeProfileSanitary"
PURPOSE = "Verify Chrome uses correct profile when it restarts."
CRITERIA = """
Fails if any of the following conditions occur:
- the login profile takes too long to populate
- Chrome uses a different profile after it restarts
"""
TIME = "MEDIUM"
TEST_CATEGORY = "Functional"
TEST_CLASS = "login"
TEST_TYPE = "client"
DOC = """
This test checks that, after logging in successfully and crashing Chrome, the
browser is still using the correct profile (the one on encrypted storage).
http://code.google.com/p/chromium-os/issues/detail?id=1967
"""
job.run_test('login_ChromeProfileSanitary')