blob: 73e562eafb73cb79507c3445149303b77745d18b [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.CtsDragAndDropHostTestCases'
Keith Haddow578e0172017-03-15 16:13:21 -07009ATTRIBUTES = 'suite:cts_N'
10DEPENDENCIES = 'arc, cts_abi_x86'
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
Keith Haddow578e0172017-03-15 16:13:21 -070015
16DOC = ('Run module CtsDragAndDropHostTestCases of the '
Keith Haddowfdbcf4d2018-01-26 17:12:19 -080017 'Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.')
Keith Haddow578e0172017-03-15 16:13:21 -070018
19def run_CTS(machine):
20 host = hosts.create_host(machine)
21 job.run_test(
22 'cheets_CTS_N',
23 host=host,
24 iterations=1,
Keith Haddow62cf0f92017-03-17 13:48:28 -070025 max_retry=3,
Keith Haddow578e0172017-03-15 16:13:21 -070026 needs_push_media=False,
27 tag='CtsDragAndDropHostTestCases',
28 target_module='CtsDragAndDropHostTestCases',
29 bundle='x86',
Keith Haddow2218af02017-07-12 16:26:37 -070030 warn_on_test_retry=False,
Keith Haddowd3d2d4e2017-10-11 05:58:17 -070031 retry_manual_tests=True,
Keith Haddow578e0172017-03-15 16:13:21 -070032 timeout=3600)
33
34parallel_simple(run_CTS, machines)