blob: 24c66239c192d07d6fb479a2ff59ca87032ccfb9 [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.x86.CtsLogdTestCases'
Rohit Makasana16c5d2e2019-07-21 11:12:59 -07009ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-unibuild, suite:vmtest-informational1'
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090010DEPENDENCIES = 'arc, cts_abi_x86'
11JOB_RETRIES = 1
12TEST_TYPE = 'server'
13TIME = 'MEDIUM'
14MAX_RESULT_SIZE_KB = 512000
15DOC = 'Run module CtsLogdTestCases of the Android Compatibility Test Suite (CTS) using x86 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.x86.CtsLogdTestCases',
24 test_name='cheets_CTS_P.9.0_r11.x86.CtsLogdTestCases',
yoshikif9e0ab12019-10-25 12:23:50 +090025 run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsLogdTestCases', '--logcat-on-failure'],
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090026 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
27 target_module='CtsLogdTestCases',
28 target_plan=None,
29 bundle='x86',
Kazuhiro Inaba5f31de02020-02-21 14:34:24 +090030 uri='gs://chromeos-arc-images/cts/bundle/P/android-cts-9.0_r11-linux_x86-x86.zip',
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090031 timeout=3600)
32
yoshiki91b03af2019-10-24 16:31:35 +090033parallel_simple(run_TS, machines)