blob: 47ff6e061b61d13bbadb075008d800e245aacf9b [file] [log] [blame]
# 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.x86.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='x86',
needs_push_media=True,
max_retry = 9,
timeout=3600 * 24 * 2)
parallel_simple(run_CTS, machines)