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