# Copyright 2016 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. AUTHOR = 'ARC Team' NAME = 'cheets_CTS_N.arm.all' ATTRIBUTES = 'suite:arc-cts-stable, suite:arc-cts-beta' DEPENDENCIES = 'arc' TEST_TYPE = 'server' TIME = 'LENGTHY' DOC = ('Run all tests in the Compatibility Test Suite (CTS),' 'using arm ABI in the ARC container.') def run_CTS(machine): host = hosts.create_host(machine) job.run_test( 'cheets_CTS_N', host=host, iterations=1, tag='all', bundle='arm', needs_push_media=True, max_retry = 9, timeout=3600 * 24 * 2) parallel_simple(run_CTS, machines)