1# Copyright 2020 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5# This file has been automatically generated. Do not edit! 6 7AUTHOR = 'ARC++ Team' 8NAME = 'cheets_CTS_R.internal.x86.all.CtsDeviceConfigTestCases_-_CtsExtractNativeLibsHostTestCases' 9ATTRIBUTES = 'suite:arc-cts-qual' 10DEPENDENCIES = 'arc, cts_abi_x86' 11JOB_RETRIES = 1 12TEST_TYPE = 'server' 13TIME = 'MEDIUM' 14MAX_RESULT_SIZE_KB = 512000 15PY_VERSION = 3 16DOC = 'Run module CtsDeviceConfigTestCases, CtsDeviceConfigTestCases[instant], CtsDeviceConfigTestCases[secondary_user], CtsDeviceIdleHostTestCases, CtsDeviceIdleHostTestCases[secondary_user], CtsDevicePolicyManagerTestCases, CtsDexMetadataHostTestCases, CtsDexMetadataHostTestCases[secondary_user], CtsDisplayTestCases, CtsDisplayTestCases[instant], CtsDisplayTestCases[secondary_user], CtsDownloadManagerApi28, CtsDownloadManagerApi28[secondary_user], CtsDownloadManagerInstaller, CtsDownloadManagerInstaller[secondary_user], CtsDpiTestCases, CtsDpiTestCases2, CtsDpiTestCases2[secondary_user], CtsDpiTestCases[instant], CtsDpiTestCases[secondary_user], CtsDreamsTestCases, CtsDreamsTestCases[instant], CtsDreamsTestCases[secondary_user], CtsDrmTestCases, CtsDrmTestCases[instant], CtsDrmTestCases[secondary_user], CtsDropBoxManagerTestCases, CtsDumpsysHostTestCases, CtsDumpsysHostTestCases[secondary_user], CtsDynamicLinkerTestCases, CtsDynamicLinkerTestCases[instant], CtsDynamicLinkerTestCases[secondary_user], CtsDynamicMimeHostTestCases, CtsDynamicMimeHostTestCases[secondary_user], CtsEdiHostTestCases, CtsEdiHostTestCases[secondary_user], CtsEffectTestCases, CtsEffectTestCases[instant], CtsEffectTestCases[secondary_user], CtsExtendedMockingTestCases, CtsExtendedMockingTestCases[instant], CtsExtendedMockingTestCases[secondary_user], CtsExternalServiceTestCases, CtsExternalServiceTestCases[secondary_user], CtsExtractNativeLibsHostTestCases, CtsExtractNativeLibsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.' 17 18def run_TS(machine): 19 host_list = [hosts.create_host(machine)] 20 job.run_test( 21 'cheets_CTS_R', 22 hosts=host_list, 23 iterations=1, 24 max_retry=9, 25 tag='internal.x86.all.CtsDeviceConfigTestCases_-_CtsExtractNativeLibsHostTestCases', 26 test_name='cheets_CTS_R.internal.x86.all.CtsDeviceConfigTestCases_-_CtsExtractNativeLibsHostTestCases', 27 run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeviceConfigTestCases', '--include-filter', 'CtsDeviceConfigTestCases[instant]', '--include-filter', 'CtsDeviceConfigTestCases[secondary_user]', '--include-filter', 'CtsDeviceIdleHostTestCases', '--include-filter', 'CtsDeviceIdleHostTestCases[secondary_user]', '--include-filter', 'CtsDevicePolicyManagerTestCases', '--include-filter', 'CtsDexMetadataHostTestCases', '--include-filter', 'CtsDexMetadataHostTestCases[secondary_user]', '--include-filter', 'CtsDisplayTestCases', '--include-filter', 'CtsDisplayTestCases[instant]', '--include-filter', 'CtsDisplayTestCases[secondary_user]', '--include-filter', 'CtsDownloadManagerApi28', '--include-filter', 'CtsDownloadManagerApi28[secondary_user]', '--include-filter', 'CtsDownloadManagerInstaller', '--include-filter', 'CtsDownloadManagerInstaller[secondary_user]', '--include-filter', 'CtsDpiTestCases', '--include-filter', 'CtsDpiTestCases2', '--include-filter', 'CtsDpiTestCases2[secondary_user]', '--include-filter', 'CtsDpiTestCases[instant]', '--include-filter', 'CtsDpiTestCases[secondary_user]', '--include-filter', 'CtsDreamsTestCases', '--include-filter', 'CtsDreamsTestCases[instant]', '--include-filter', 'CtsDreamsTestCases[secondary_user]', '--include-filter', 'CtsDrmTestCases', '--include-filter', 'CtsDrmTestCases[instant]', '--include-filter', 'CtsDrmTestCases[secondary_user]', '--include-filter', 'CtsDropBoxManagerTestCases', '--include-filter', 'CtsDumpsysHostTestCases', '--include-filter', 'CtsDumpsysHostTestCases[secondary_user]', '--include-filter', 'CtsDynamicLinkerTestCases', '--include-filter', 'CtsDynamicLinkerTestCases[instant]', '--include-filter', 'CtsDynamicLinkerTestCases[secondary_user]', '--include-filter', 'CtsDynamicMimeHostTestCases', '--include-filter', 'CtsDynamicMimeHostTestCases[secondary_user]', '--include-filter', 'CtsEdiHostTestCases', '--include-filter', 'CtsEdiHostTestCases[secondary_user]', '--include-filter', 'CtsEffectTestCases', '--include-filter', 'CtsEffectTestCases[instant]', '--include-filter', 'CtsEffectTestCases[secondary_user]', '--include-filter', 'CtsExtendedMockingTestCases', '--include-filter', 'CtsExtendedMockingTestCases[instant]', '--include-filter', 'CtsExtendedMockingTestCases[secondary_user]', '--include-filter', 'CtsExternalServiceTestCases', '--include-filter', 'CtsExternalServiceTestCases[secondary_user]', '--include-filter', 'CtsExtractNativeLibsHostTestCases', '--include-filter', 'CtsExtractNativeLibsHostTestCases[secondary_user]', '--logcat-on-failure'], 28 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'], 29 target_module='all.CtsDeviceConfigTestCases_-_CtsExtractNativeLibsHostTestCases', 30 target_plan=None, 31 bundle='x86', 32 uri='LATEST', 33 use_jdk9=True, 34 timeout=172800) 35 36parallel_simple(run_TS, machines) 37