blob: c70c1b00dcbbd5f411406a9bf7d7490300121a03 [file] [log] [blame]
Keith Haddow578e0172017-03-15 16:13:21 -07001# Copyright 2016 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'
Keith Haddowcae003b2017-03-22 17:25:23 -07008NAME = 'cheets_CTS_N.arm.CtsTextTestCases'
Keith Haddow578e0172017-03-15 16:13:21 -07009ATTRIBUTES = 'suite:cts_N'
10DEPENDENCIES = 'arc'
11JOB_RETRIES = 2
12TEST_TYPE = 'server'
Keith Haddowa20a2bd2018-03-15 09:02:15 -070013TIME = 'MEDIUM'
Keith Haddow9420bed2017-09-13 16:49:56 -070014MAX_RESULT_SIZE_KB = 307200
Po-Hsien Wang4f9a9142018-06-14 17:09:38 -070015DOC = 'Run module CtsTextTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
Keith Haddow3d8d77e2018-05-17 13:50:27 -070016
Keith Haddow578e0172017-03-15 16:13:21 -070017def run_CTS(machine):
Keith Haddow3d8d77e2018-05-17 13:50:27 -070018 host_list = [hosts.create_host(machine)]
Keith Haddow578e0172017-03-15 16:13:21 -070019 job.run_test(
20 'cheets_CTS_N',
Keith Haddow3d8d77e2018-05-17 13:50:27 -070021 hosts=host_list,
Keith Haddow578e0172017-03-15 16:13:21 -070022 iterations=1,
Keith Haddow62cf0f92017-03-17 13:48:28 -070023 max_retry=3,
Keith Haddow578e0172017-03-15 16:13:21 -070024 needs_push_media=False,
Keith Haddow95b23fc2018-11-14 13:15:39 -080025 tag='arm.CtsTextTestCases',
Po-Hsien Wang4f9a9142018-06-14 17:09:38 -070026 test_name='cheets_CTS_N.arm.CtsTextTestCases',
Kazuhiro Inaba41434d12018-09-20 16:18:40 +090027 run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsTextTestCases', '--disable-reboot', '--logcat-on-failure', '--skip-device-info'],
28 retry_template=['run', 'commandAndExit', 'cts', '--module', 'CtsTextTestCases', '--disable-reboot', '--logcat-on-failure', '--skip-device-info', '--retry', '{session_id}'],
Keith Haddow578e0172017-03-15 16:13:21 -070029 target_module='CtsTextTestCases',
Po-Hsien Wang4f9a9142018-06-14 17:09:38 -070030 target_plan=None,
Keith Haddow578e0172017-03-15 16:13:21 -070031 bundle='arm',
Keith Haddow2218af02017-07-12 16:26:37 -070032 warn_on_test_retry=False,
Keith Haddowd3d2d4e2017-10-11 05:58:17 -070033 retry_manual_tests=True,
Keith Haddow578e0172017-03-15 16:13:21 -070034 timeout=3600)
35
Keith Haddow3d8d77e2018-05-17 13:50:27 -070036parallel_simple(run_CTS, machines)