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_CryptohomeChangePassword" 7PURPOSE = "Verify that cryptohome can change a password for an ecrypted vault." 8CRITERIA = "This test will fail if cryptohome fails to re-wrap the vault key with the new password." 9ATTRIBUTES = "suite:bvt-perbuild" 10SUITE = "bvt-perbuild" 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "platform" 14TEST_TYPE = "client" 15 16DOC = """ 17This test checks that cryptohome can change a password for an encrypted vault. 18""" 19 20job.run_test('platform_CryptohomeChangePassword') 21