blob: ddc59ad30f828cd331d4604d513aa6b73fdc9bd8 [file] [log] [blame]
Kazuhiro Inaba1b721002019-05-15 11:48:09 +09001# 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'
Kazuhiro Inabae1b829e2019-12-06 09:38:57 +09008NAME = 'cheets_GTS.7.0_r3.GtsTetheringTestCases'
Kazuhiro Inaba1b721002019-05-15 11:48:09 +09009ATTRIBUTES = 'suite:arc-gts'
10DEPENDENCIES = 'arc'
11JOB_RETRIES = 1
12TEST_TYPE = 'server'
13TIME = 'MEDIUM'
14MAX_RESULT_SIZE_KB = 307200
15DOC = 'Run module GtsTetheringTestCases of the Android Google Test Suite (GTS) in the ARC++ container.'
16
yoshiki75a185d2019-10-24 17:12:05 +090017def run_TS(machine):
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090018 host_list = [hosts.create_host(machine)]
19 job.run_test(
20 'cheets_GTS',
21 hosts=host_list,
22 iterations=1,
Kazuhiro Inabae1b829e2019-12-06 09:38:57 +090023 tag='7.0_r3.GtsTetheringTestCases',
24 test_name='cheets_GTS.7.0_r3.GtsTetheringTestCases',
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090025 authkey='gs://chromeos-arc-images/cts/bundle/gts-arc.json',
yoshikif9e0ab12019-10-25 12:23:50 +090026 run_template=['run', 'commandAndExit', 'gts', '--module', 'GtsTetheringTestCases', '--ignore-business-logic-failure'],
Kazuhiro Inabae439ba02019-07-23 11:05:06 +090027 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090028 target_module='GtsTetheringTestCases',
29 target_plan=None,
Kazuhiro Inabae1b829e2019-12-06 09:38:57 +090030 uri='gs://chromeos-arc-images/cts/bundle/android-gts-7_r3-6045416.zip',
Kazuhiro Inababa975f92020-01-10 13:25:44 +090031 timeout=720)
Kazuhiro Inaba1b721002019-05-15 11:48:09 +090032
yoshiki75a185d2019-10-24 17:12:05 +090033parallel_simple(run_TS, machines)