blob: cbd8817e59fb4c8c6795caadea15b574ae64ed79 [file] [log] [blame]
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "ChromeOS Team"
NAME = "hmr_daily"
METADATA = {
"contacts": ["chromeos-tango@google.com"],
"bug_component": "b:167212", # ChromeOS > Platform > System > Input
}
PURPOSE = "Tests input for DUTs with HMR."
TIME = "MEDIUM"
TEST_CATEGORY = "General"
TEST_CLASS = "suite"
TEST_TYPE = "Server"
DOC = """
This suite runs all input tests for DUTs in HMR lab setup.
"""
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['name'] = NAME
args_dict['max_runtime_mins'] = 120
args_dict['job'] = job
dynamic_suite.reimage_and_run(**args_dict)