• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018 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_CryptohomeGetEnrollmentId"
7PURPOSE = "Verify that a valid Enrollment ID can be obtained when the stable device secret is present on the device."
8CRITERIA = "This test will fail if the command cryptohome --get_enrollment_id fails or if the printed value is not 64 hex characters (32 bytes)."
9TIME = "SHORT"
10TEST_CATEGORY = "Functionality"
11TEST_CLASS = "platform"
12TEST_TYPE = "client"
13ATTRIBUTES = "suite:bvt-perbuild"
14
15DOC = """
16Verifies that a valid enrollment ID (64 bytes) is returned by cryptohome when
17the serial_number is present on the device.
18"""
19
20job.run_test('platform_CryptohomeGetEnrollmentId')
21