blob: 6dc5cf61f111e5fb164b51a52a9a89dca1ef06aa [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.x86.CtsViewTestCases.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-x86-26'
DEPENDENCIES = 'arc, cts_abi_x86'
HW_DEPS = ['android-container-pi']
JOB_RETRIES = 1
TEST_TYPE = 'server'
TIME = 'MEDIUM'
MAX_RESULT_SIZE_KB = 512000
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.x86.CtsViewTestCases.32',
test_name='cheets_CTS_P.internal.x86.CtsViewTestCases.32',
run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsViewTestCases', '--logcat-on-failure', '--abi', 'x86', '--dynamic-config-url='],
retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}', '--dynamic-config-url='],
target_module='CtsViewTestCases',
target_plan=None,
bundle='x86',
extra_artifacts=['/storage/emulated/0/SurfaceViewSyncTest/'],
uri='DEV',
precondition_commands=['sleep 60'],
timeout=3600)
parallel_simple(run_TS, machines)