• 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 = "felixe"
6NAME = "enterprise_RemoraRequisitionDisplayUsageServer"
7TIME = "SHORT"
8TEST_CATEGORY = "Functional"
9TEST_CLASS = "enterprise"
10TEST_TYPE = "server"
11ATTRIBUTES = 'suite:hotrod-remora'
12DEPENDENCIES='mimo'
13JOB_RETRIES = 3
14
15DOC = """
16This test clears the TPM if necessary, kicks off a client side test that verify
17that the enrollment screen is shown on the Mimo display. Every time the TPM is
18cleared, the system is rebooted.
19"""
20
21
22def run_test(machine):
23    host = hosts.create_host(machine)
24    job.run_test('enterprise_RemoraRequisitionDisplayUsageServer', host=host)
25
26
27parallel_simple(run_test, machines)
28