blob: 328bf7d20182cdd7b3938ed1b1545c6f280dc229 [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 = "dtosic@chromium.org"
NAME = "enterprise_CFM_Perf.meet_app"
TIME = "MEDIUM"
TEST_CATEGORY = "Performance"
TEST_CLASS = "enterprise"
ATTRIBUTES = "suite:bluestreak, suite:bluestreak-perbuild"
DEPENDENCIES = "meet_app"
TEST_TYPE = "server"
JOB_RETRIES = 3
DOC = """
This test enrolls a ChromeOS device in to hotrod mode running the meet app
and captures device usage data including cpu, memory, temperature and JMI
logs and uploads it to Google Cloud Storage as part of the test logs.
"""
args_dict = utils.args_to_dict(args)
servo_args = hosts.CrosHost.get_servo_arguments(args_dict)
def run_test(machine):
host = hosts.create_host(machine, servo_args=servo_args)
job.run_test('enterprise_CFM_Perf', host=host, is_meeting=True,
tag='meet_app')
parallel_simple(run_test, machines)