blob: 89c5f11b06676b8dabbef616bd96ef483aa62dd7 [file] [log] [blame]
Keith Haddowe8495f62018-07-23 10:27:17 -07001# 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'
8NAME = 'cheets_CTS_P.x86.CtsIncidentHostTestCases'
9ATTRIBUTES = 'suite:cts_P'
10DEPENDENCIES = 'arc, cts_abi_x86'
Keith Haddow8e4f9e82018-08-20 12:32:01 -070011JOB_RETRIES = 1
Keith Haddowe8495f62018-07-23 10:27:17 -070012TEST_TYPE = 'server'
13TIME = 'MEDIUM'
14MAX_RESULT_SIZE_KB = 512000
15DOC = 'Run module CtsIncidentHostTestCases 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):
Keith Haddowe8495f62018-07-23 10:27:17 -070018 host_list = [hosts.create_host(machine)]
19 job.run_test(
20 'cheets_CTS_P',
21 hosts=host_list,
22 iterations=1,
Keith Haddowb4c5b3e2018-12-10 08:32:45 -080023 max_retry=12,
Keith Haddowe8495f62018-07-23 10:27:17 -070024 tag='x86.CtsIncidentHostTestCases',
25 test_name='cheets_CTS_P.x86.CtsIncidentHostTestCases',
yoshikif9e0ab12019-10-25 12:23:50 +090026 run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsIncidentHostTestCases'],
Kazuhiro Inabaf0732572018-09-22 22:46:46 +090027 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
Keith Haddowe8495f62018-07-23 10:27:17 -070028 target_module='CtsIncidentHostTestCases',
29 target_plan=None,
30 bundle='x86',
Keith Haddowe8495f62018-07-23 10:27:17 -070031 retry_manual_tests=True,
Ilja H. Friedele18bc9d2019-01-25 21:47:05 -080032 warn_on_test_retry=False,
Keith Haddowe8495f62018-07-23 10:27:17 -070033 timeout=3600)
34
yoshiki91b03af2019-10-24 16:31:35 +090035parallel_simple(run_TS, machines)