blob: 1ec839ce8ef49d34852ec9ccd3a2cfb7d1e823e2 [file] [log] [blame]
# Copyright 2020 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_VTS_R.11_r2.arm64.HalUsbGadgetV1_0HostTest'
ATTRIBUTES = 'suite:arc-cts-r'
DEPENDENCIES = 'arc, cts_abi_arm'
JOB_RETRIES = 1
TEST_TYPE = 'server'
TIME = 'MEDIUM'
MAX_RESULT_SIZE_KB = 512000
DOC = 'Run module HalUsbGadgetV1_0HostTest of the Vendor Test Suite (VTS) using arm64 ABI in the ARC++ container.'
def run_TS(machine):
host_list = [hosts.create_host(machine)]
job.run_test(
'cheets_VTS_R',
hosts=host_list,
iterations=1,
tag='11_r2.arm64.HalUsbGadgetV1_0HostTest',
test_name='cheets_VTS_R.11_r2.arm64.HalUsbGadgetV1_0HostTest',
run_template=['run', 'commandAndExit', 'vts', '--module', 'HalUsbGadgetV1_0HostTest', '--logcat-on-failure'],
retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
target_module='HalUsbGadgetV1_0HostTest',
target_plan=None,
bundle='arm64',
uri='LATEST',
use_jdk9=True,
timeout=3600)
parallel_simple(run_TS, machines)