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 = "Chromium OS Authors" 6 NAME = "platform_TPMEvict" 7 PURPOSE = "Tests the TPM under low-resource conditions." 8 CRITERIA = "Fails if any operations fail." 9 ATTRIBUTES = "suite:regression" 10 TIME = "SHORT" 11 TEST_CATEGORY = "Stress" 12 TEST_CLASS = "platform" 13 TEST_TYPE = "client" 14 15 DOC = """ 16 This test verifies that PKCS #11 services remain functional when the TPM is 17 operating under low-resource conditions. Specifically, more keys are used than 18 are able to fit in TPM memory which requires that previously loaded keys be 19 evicted. The test exercises the eviction code path as well as the reload code 20 path (when a previously evicted key is used again). 21 """ 22 23 job.run_test('platform_TPMEvict') 24