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 5 AUTHOR = "Chrome OS Team" 6 NAME = "platform_CryptohomeMigrateKey" 7 PURPOSE = "Verify that password changes work." 8 CRITERIA = "This test will fail if password changes fail." 9 ATTRIBUTES = "suite:experimental" 10 TIME = "SHORT" 11 TEST_CATEGORY = "Functional" 12 TEST_CLASS = "platform" 13 TEST_TYPE = "client" 14 JOB_RETRIES = 2 15 16 DOC = """ 17 This test checks that cryptohome can migrate cryptohomes from old keys to new 18 keys. It first mounts and unmounts a vault using an old key, then migrates from 19 an old key to a new key, and finally mounts and unmounts using the new key. 20 """ 21 22 job.run_test('platform_CryptohomeMigrateKey') 23