blob: 47f6e5123c4e570fd2fa5153348de3d72941813b [file] [log] [blame]
# Copyright 2021 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 is not auto-generated. Don't delete it.
from autotest_lib.server.cros.tradefed import wifi_utils
import pipes
NAME = 'cheets_CTS_R.internal.arm.waivers'
METADATA = {
"contacts": ["arc-cts-eng@google.com"],
"bug_component": "b:183644",
"criteria": "A part of Android CTS",
}
# TODO(b/287160788): Move away from long suite
ATTRIBUTES = 'suite:arc-cts-qual, suite:arc-cts-qual-long, suite:arc-cts-hardware'
DEPENDENCIES = 'arc'
HW_DEPS = ['android-container-rvc','android-vm-rvc']
JOB_RETRIES = 1
TEST_TYPE = 'server'
MAX_RESULT_SIZE_KB = 512000
def run_TS(machine):
host_list = [hosts.create_host(machine)]
ssid, wifipass = wifi_utils.get_wifi_ssid_pass(machine['hostname'])
job.run_test(
'cheets_CTS_R',
hosts=host_list,
iterations=1,
max_retry=10,
tag='internal.arm.waivers',
test_name='cheets_CTS_R.internal.arm.waivers',
run_template=['run', 'commandAndExit', 'cts', '--subplan', 'waivers'],
retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
target_module='cts-dev',
target_plan='waivers',
bundle='arm',
uri='DEV_WAIVER',
timeout=7200)
parallel_simple(run_TS, machines)