blob: 522f72a57d28df990876a6bbb4c858147b41cf50 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "harpreet@chromium.org"
NAME = "enterprise_CFM_SanityServer"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "enterprise"
TEST_TYPE = "server"
ATTRIBUTES = "suite:hotrod"
DOC = """
This test clears the TPM if necessary, kicks off a client side test that enrolls
a device as a remora device and runs a client sanity test followed by clearing
the TPM again. Every time the TPM is cleared, the system is rebooted.
"""
def run_test(machine):
host = hosts.create_host(machine)
job.run_test('enterprise_CFM_SanityServer', host=host)
parallel_simple(run_test, machines)