blob: 9ac1704d199773443979347c54fb347f22efbd19 [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.CtsUsageStatsTestCases'
Keith Haddow578e0172017-03-15 16:13:21 -07009ATTRIBUTES = 'suite:cts_N'
10DEPENDENCIES = 'arc'
11JOB_RETRIES = 2
12TEST_TYPE = 'server'
13TIME = 'LENGTHY'
14
15DOC = ('Run module CtsUsageStatsTestCases of the '
Keith Haddow20968d72017-08-10 15:03:36 -070016 'Android 7.1_r8 Compatibility Test Suite (CTS), build 4226626,'
Keith Haddow578e0172017-03-15 16:13:21 -070017 'using arm ABI in the ARC++ container.')
18
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='CtsUsageStatsTestCases',
28 target_module='CtsUsageStatsTestCases',
29 bundle='arm',
Keith Haddow2218af02017-07-12 16:26:37 -070030 warn_on_test_retry=False,
Keith Haddow578e0172017-03-15 16:13:21 -070031 timeout=3600)
32
33parallel_simple(run_CTS, machines)