blob: c6ec5366d7cf2d817155e365017a1bf433f46a53 [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-engprod-muc'
NAME = 'tast.commercial-limited'
METADATA = {
'contacts': ['tauto-core@google.com'],
'bug_component': 'b:1034523', # ChromeOS > Test > Harness > Tauto
'criteria': 'Tauto wrapper for specified tast tests',
}
TIME = 'LONG'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:commercial-limited'
MAX_RESULT_SIZE_KB = 256 * 1024
PY_VERSION = 3
JOB_RETRIES = 0
DOC = '''
This suite runs the commercial_limited tests in Tast.
'''
def run(machine):
job.run_test('tast',
host=hosts.create_host(machine),
test_exprs=['("group:commercial_limited")'],
ignore_test_failures=True, max_run_sec=10800,
command_args=args)
parallel_simple(run, machines)