1# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "Chrome OS Team" 6NAME = "platform_CryptohomeMigrateKey" 7PURPOSE = "Verify that password changes work." 8CRITERIA = "This test will fail if password changes fail." 9ATTRIBUTES = "suite:experimental" 10SUITE = "experimental" 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "platform" 14TEST_TYPE = "client" 15JOB_RETRIES = 2 16 17DOC = """ 18This test checks that cryptohome can migrate cryptohomes from old keys to new 19keys. It first mounts and unmounts a vault using an old key, then migrates from 20an old key to a new key, and finally mounts and unmounts using the new key. 21""" 22 23job.run_test('platform_CryptohomeMigrateKey') 24