blob: 253772ef5a4780e04e2372a9801cfba15294a6de [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 = "cros-tdm-tpe-eng@google.com"
NAME = "healthd_per-build"
PURPOSE = "Runs cros_healthd per build tests."
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "suite"
TEST_TYPE = "Server"
METADATA = {
"contacts": ["cros-tdm-tpe-eng@google.com"],
"bug_component": "b:982097",
"hw_agnostic": False
}
DOC = """
This suite consists of cros_healthd's tests which should be run per build.
"""
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['name'] = NAME
args_dict['max_runtime_mins'] = 30
args_dict['timeout_mins'] = 60
args_dict['job'] = job
dynamic_suite.reimage_and_run(**args_dict)