blob: eb71170cdab9e26360b18cd0cf85eed2674ecb57 [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.
# __GENERATED_BY_GENERATE_CONTROLFILES_PY__:DEV
# This file has been automatically generated. Do not edit!
AUTHOR = 'n/a'
NAME = 'cheets_CTS_T.internal.arm.CtsDeqp.64.shard_5_10'
METADATA = {
"contacts": ["arc-cts-eng@google.com"],
"bug_component": "b:183644",
"criteria": "A part of Android CTS",
}
ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-long'
DEPENDENCIES = 'arc'
HW_DEPS = ['android-vm-tm']
JOB_RETRIES = 1
TEST_TYPE = 'server'
TIME = 'LONG'
MAX_RESULT_SIZE_KB = 1024000
DOC = 'n/a'
def run_TS(machine):
host_list = [hosts.create_host(machine)]
job.run_test(
'cheets_CTS_T',
hosts=host_list,
iterations=1,
max_retry=0,
tag='internal.arm.CtsDeqp.64.shard_5_10',
test_name='cheets_CTS_T.internal.arm.CtsDeqp.64.shard_5_10',
run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--include-filter', 'CtsDeqpTestCases[secondary_user]', '--shard-index', '5', '--shard-count', '10', '--abi', 'arm64-v8a'],
retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
target_module='CtsDeqp',
target_plan=None,
bundle='arm',
uri='DEV',
timeout=111600)
parallel_simple(run_TS, machines)