blob: 1ef3f73197be806fdb323c5369d6372f7b986eff [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.CtsNetSecConfigNestedDomainConfigTestCases'
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 CtsNetSecConfigNestedDomainConfigTestCases of the '
Keith Haddow2218af02017-07-12 16:26:37 -070016 'Android 7.1_r7 Compatibility Test Suite (CTS), build 4120758,'
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='CtsNetSecConfigNestedDomainConfigTestCases',
28 target_module='CtsNetSecConfigNestedDomainConfigTestCases',
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)