blob: c2d989a9d1b0a378f605c0783272c7c38ebc7a5c [file] [log] [blame]
# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'tast.hwsec-destructive-crosbolt-perbuild'
METADATA = {
"contacts": ["cros-hwsec@google.com", "zuan@chromium.org"],
"bug_component": "b:1188704",
"criteria": "Run the Tast crosbolt performance test suite with test group hwsec_destructive",
"hw_agnostic": False
}
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:crosbolt_perf_perbuild'
MAX_RESULT_SIZE_KB = 1024 * 1024
# tast.py uses binaries installed from autotest_server_package.tar.bz2.
REQUIRE_SSP = True
def run(machine):
job.run_test('tast',
host=hosts.create_host(machine),
test_exprs=['("group:hwsec_destructive_crosbolt" && hwsec_destructive_crosbolt_perbuild)'],
ignore_test_failures=True,
max_run_sec=18000, # 5 hours.
command_args=args)
parallel_simple(run, machines)