blob: a7b4f3e92e20867aa67a6e03b4de240e447daded [file] [log] [blame]
# Copyright 2018 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This file has been automatically generated. Do not edit!
AUTHOR = 'n/a'
NAME = 'cheets_CTS_P.internal.arm.CtsDeqpTestCases.32'
METADATA = {
"contacts": ["arc-cts-eng@google.com"],
"bug_component": "b:183644",
"criteria": "A part of Android CTS",
}
ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-deqp, suite:arc-cts-long'
DEPENDENCIES = 'arc'
HW_DEPS = ['android-container-pi']
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_P',
hosts=host_list,
iterations=1,
tag='internal.arm.CtsDeqpTestCases.32',
test_name='cheets_CTS_P.internal.arm.CtsDeqpTestCases.32',
run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsDeqpTestCases', '--abi', 'armeabi-v7a', '--dynamic-config-url='],
retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}', '--dynamic-config-url='],
target_module='CtsDeqpTestCases',
target_plan=None,
bundle='arm',
uri='DEV',
timeout=72000)
parallel_simple(run_TS, machines)