blob: 994be52fefb9b05ae34d76fac8e4bc3d3cee1165 [file] [log] [blame]
# Copyright 2017 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.
from autotest_lib.server import utils
AUTHOR = "harpreet@chromium.org"
NAME = "enterprise_CFM_MeetAppSanity"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "enterprise"
TEST_TYPE = "server"
ATTRIBUTES = "suite:hotrod"
DEPENDENCIES = "meet_app"
JOB_RETRIES = 3
DOC = """
This test clears the TPM if necessary, enrolls the device into CFM and runs a
series of sanity test actions in the meet app.
It clears the TPM at the end of the test run. Every time the TPM is cleared,
the system is rebooted.
"""
def run_test(machine):
host = hosts.create_host(machine)
job.run_test('enterprise_CFM_MeetAppSanity', host=host)
parallel_simple(run_test, machines)