blob: d40ae07a061a51f5633ab8ac253d74d8f0663f38 [file] [log] [blame]
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from autotest_lib.client.common_lib import utils
AUTHOR = 'cros-oem-services-team'
NAME = 'tast.telemetry-extension-hw'
METADATA = {
'contacts': ['tauto-core@google.com'],
'bug_component': 'b:1034523', # ChromeOS > Test > Harness > Tauto
'criteria': 'Tauto wrapper for specified tast tests',
}
TIME = 'MEDIUM'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:telemetry-extension-hw'
MAX_RESULT_SIZE_KB = 256 * 1024
PY_VERSION = 3
DOC = '''
This suite runs the telemetry extension hardware tests in Tast.
'''
def run(machine):
job.run_test('tast',
host=hosts.create_host(machine),
max_run_sec=10800,
test_exprs=['("group:telemetry_extension_hw")'],
command_args=args)
parallel_simple(run, machines)