blob: 151ca37341b396b6d34ed34ea7d648e6f68cc64b [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# 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 = 'ARC++ Team'
NAME = 'cheets_CTS_P.arm.CtsDeqpTestCases'
ATTRIBUTES = 'suite:cts_P'
DEPENDENCIES = 'arc'
JOB_RETRIES = 1
TEST_TYPE = 'server'
TIME = 'LONG'
MAX_RESULT_SIZE_KB = 512000
SYNC_COUNT = 2
PRIORITY = 50
DOC = 'Run module CtsDeqpTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
from autotest_lib.server import utils as server_utils
def run_CTS(ntuples):
host_list = [hosts.create_host(machine) for machine in ntuples]
job.run_test(
'cheets_CTS_P',
hosts=host_list,
iterations=1,
max_retry=3,
needs_push_media=False,
tag='arm.CtsDeqpTestCases',
test_name='cheets_CTS_P.arm.CtsDeqpTestCases',
run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--precondition-arg', 'skip-media-download', '--logcat-on-failure'],
retry_template=['run', 'commandAndExit', 'retry', '--precondition-arg', 'skip-media-download', '--retry', '{session_id}'],
target_module='CtsDeqpTestCases',
target_plan=None,
bundle='arm',
warn_on_test_retry=False,
retry_manual_tests=True,
timeout=86400)
ntuples, failures = server_utils.form_ntuples_from_machines(machines,
SYNC_COUNT)
# Use log=False in parallel_simple to avoid an exception in setting up
# the incremental parser when SYNC_COUNT > 1.
parallel_simple(run_CTS, ntuples, log=False)