blob: a3490d556481eca527cab1949db7203bb9a571e1 [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.x86.CtsAndroidAppTestCases'
Keith Haddow578e0172017-03-15 16:13:21 -07009ATTRIBUTES = 'suite:cts_N'
10DEPENDENCIES = 'arc, cts_abi_x86'
Keith Haddow98cf97a2017-10-02 15:51:19 -070011JOB_RETRIES = 2
Keith Haddow578e0172017-03-15 16:13:21 -070012TEST_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 CtsAndroidAppTestCases of the Android Compatibility Test Suite (CTS) using x86 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 Haddow98cf97a2017-10-02 15:51:19 -070023 max_retry=3,
Keith Haddow578e0172017-03-15 16:13:21 -070024 needs_push_media=False,
25 tag='CtsAndroidAppTestCases',
Po-Hsien Wang4f9a9142018-06-14 17:09:38 -070026 test_name='cheets_CTS_N.x86.CtsAndroidAppTestCases',
27 run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsAndroidAppTestCases', '--precondition-arg', 'skip-media-download', '--disable-reboot', '--logcat-on-failure'],
28 retry_template=['run', 'commandAndExit', 'cts', '--module', 'CtsAndroidAppTestCases', '--precondition-arg', 'skip-media-download', '--disable-reboot', '--logcat-on-failure', '--retry', '{session_id}'],
Keith Haddow578e0172017-03-15 16:13:21 -070029 target_module='CtsAndroidAppTestCases',
Po-Hsien Wang4f9a9142018-06-14 17:09:38 -070030 target_plan=None,
Keith Haddow578e0172017-03-15 16:13:21 -070031 bundle='x86',
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)