blob: 6474677843556f32cae65cd886f7abad3bdc5f1a [file] [log] [blame]
# Copyright 2020 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.
# This file has been automatically generated. Do not edit!
AUTHOR = 'ARC++ Team'
NAME = 'cheets_VTS.9_r11.x86.VtsTreble'
ATTRIBUTES = 'suite:arc-vts'
DEPENDENCIES = 'arc'
JOB_RETRIES = 1
TEST_TYPE = 'server'
TIME = 'MEDIUM'
MAX_RESULT_SIZE_KB = 512000
DOC = 'Run module VtsTrebleFrameworkVintfTest, VtsTreblePlatformVersionTest, VtsTrebleSysProp, VtsTrebleVendorVintfTest, VtsTrebleVintfTestOMr1 of the Vendor Test Suite (VTS) using x86 ABI in the ARC++ container.'
def run_TS(machine):
host_list = [hosts.create_host(machine)]
job.run_test(
'cheets_VTS',
hosts=host_list,
iterations=1,
tag='9_r11.x86.VtsTreble',
test_name='cheets_VTS.9_r11.x86.VtsTreble',
run_template=['run', 'commandAndExit', 'vts', '--include-filter', 'VtsTrebleFrameworkVintfTest', '--include-filter', 'VtsTreblePlatformVersionTest', '--include-filter', 'VtsTrebleSysProp', '--include-filter', 'VtsTrebleVendorVintfTest', '--include-filter', 'VtsTrebleVintfTestOMr1', '--logcat-on-failure'],
retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
target_module='VtsTreble',
target_plan=None,
bundle='x86',
uri='gs://chromeos-arc-images/vts/VTS-9_r11_x86.zip',
timeout=10800)
parallel_simple(run_TS, machines)