• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 = "achuith, zelidrag"
6NAME = "enterprise_RemoraRequisitionServer"
7TIME = "SHORT"
8TEST_CATEGORY = "Functional"
9TEST_CLASS = "enterprise"
10TEST_TYPE = "server"
11ATTRIBUTES = "suite:hotrod"
12JOB_RETRIES = 3
13
14DOC = """
15This test clears the TPM if necessary, kicks off a client side test that enrolls
16a device as a remora device and clears the TPM again. Every time the TPM is
17cleared, the system is rebooted.
18"""
19
20
21def run_test(machine):
22    host = hosts.create_host(machine)
23    job.run_test('enterprise_RemoraRequisitionServer', host=host)
24
25
26parallel_simple(run_test, machines)
27