blob: d9427459738540d4d2d6f7eddf90a6f2f25af75f [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.CtsOs'
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 CtsOsHostTestCases, CtsOsTestCases 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.CtsOs',
24 test_name='cheets_CTS_P.9.0_r11.x86.CtsOs',
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090025 run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOsHostTestCases', '--include-filter', 'CtsOsTestCases', '--logcat-on-failure'],
26 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
27 target_module='CtsOs',
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 login_precondition_commands=['lsblk -do NAME,RM | sed -n s/1$//p | xargs -n1 eject'],
32 timeout=5400)
33
yoshiki91b03af2019-10-24 16:31:35 +090034parallel_simple(run_TS, machines)