blob: 3863dd2bf498039cc98b90eb99b04e1af5336a11 [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 = "cr_chromebox_chromebase"
PURPOSE = "Automated tests that needs to run on Chromeboxes and chromebases"
METADATA = { 'contacts': [ "cros-connectivity@google.com" ] }
TIME = "LONG"
TEST_CATEGORY = "General"
TEST_CLASS = "suite"
TEST_TYPE = "Server"
DOC = """
This suite for tests owned by ChromeOS system services team ( cros-connectivity@google.com )
that needs to run on chromeboxes or chromebases. Creating a separate
suite since running in group:informational does not yield enough
number of results. Context:b/288948506
Contact: cros-connectivity@google.com or
cros-conn-test-team@google.com
"""
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['name'] = NAME
args_dict['add_experimental'] = True
args_dict['job'] = job
dynamic_suite.reimage_and_run(**args_dict)