blob: b8b238301327face0b2449f3b3ccc97ad6c4ec6d [file] [log] [blame]
# Copyright 2018 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 = "kathrelkeld"
NAME = "enterprise_ClearTPM"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "enterprise"
TEST_TYPE = "server"
DOC = """
Not meant to be run in the lab. A convienient way to clear the TPM on
a test image while running other tests, if needed.
"""
def run_test(machine):
host = hosts.create_host(machine)
job.run_test('enterprise_ClearTPM', host=host)
parallel_simple(run_test, machines)