1# Copyright 2014 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 = "usanghi" 6NAME = "platform_CryptohomeKeyEviction" 7PURPOSE = "Verify that crypthome correctly reloads evicted TPM keys." 8CRITERIA = "Fails if any operations fail." 9ATTRIBUTES = "suite:manual" 10SUITE = "manual" 11TIME = "SHORT" 12TEST_CATEGORY = "Stress" 13TEST_CLASS = "platform" 14TEST_TYPE = "client" 15 16DOC = """ 17 Ensure that the cryptohome properly manages key eviction from 18 the tpm. This test verifies this behaviour by creating 30 keys using 19 chaps, and then remounting a user's cryptohome. Mount requires use of the 20 user's cryptohome key, and thus the mount only succeeds if the 21 cryptohome key was properly evicted and reloaded into the TPM. 22""" 23 24job.run_test('platform_CryptohomeKeyEviction') 25