blob: 373947b5a2555cdf078fe58c9b6d10323ab9c1c0 [file] [log] [blame]
Kazuhiro Inaba1b721002019-05-15 11:48:09 +09001# Copyright 2018 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'
Kazuhiro Inaba5f31de02020-02-21 14:34:24 +09008NAME = 'cheets_CTS_P.9.0_r11.arm.CtsWrap'
Rohit Makasana16c5d2e2019-07-21 11:12:59 -07009ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-unibuild'
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090010DEPENDENCIES = 'arc'
11JOB_RETRIES = 1
12TEST_TYPE = 'server'
13TIME = 'MEDIUM'
14MAX_RESULT_SIZE_KB = 512000
15DOC = 'Run module CtsWrapNoWrapTestCases, CtsWrapWrapDebugMallocDebugTestCases, CtsWrapWrapDebugTestCases, CtsWrapWrapNoDebugTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
16
yoshiki91b03af2019-10-24 16:31:35 +090017def run_TS(machine):
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090018 host_list = [hosts.create_host(machine)]
19 job.run_test(
20 'cheets_CTS_P',
21 hosts=host_list,
22 iterations=1,
Kazuhiro Inaba5f31de02020-02-21 14:34:24 +090023 tag='9.0_r11.arm.CtsWrap',
24 test_name='cheets_CTS_P.9.0_r11.arm.CtsWrap',
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090025 run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWrapNoWrapTestCases', '--include-filter', 'CtsWrapWrapDebugMallocDebugTestCases', '--include-filter', 'CtsWrapWrapDebugTestCases', '--include-filter', 'CtsWrapWrapNoDebugTestCases', '--logcat-on-failure'],
26 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
27 target_module='CtsWrap',
28 target_plan=None,
29 bundle='arm',
Kazuhiro Inaba5f31de02020-02-21 14:34:24 +090030 uri='gs://chromeos-arc-images/cts/bundle/P/android-cts-9.0_r11-linux_x86-arm.zip',
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090031 timeout=9000)
32
yoshiki91b03af2019-10-24 16:31:35 +090033parallel_simple(run_TS, machines)