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 = "Chromium OS Authors" 6NAME = "platform_Attestation" 7PURPOSE = "Tests the TPM attestation enrollment process." 8CRITERIA = "Fails if attestation enrollment fails." 9TIME = "SHORT" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "platform" 12TEST_TYPE = "client" 13 14DOC = """ 15This test verifies that the TPM attestation enrollment process works correctly. 16The enrollment is performed using a live Privacy CA. Network requests are sent 17using curl. 18""" 19 20job.run_test('platform_Attestation') 21