1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2021 Google Inc. 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16<configuration description="Common configuration for Complete Automotive Tests"> 17 <include name="everything" /> 18 19 <!-- Test Tag --> 20 <option name="test-tag" value="catbox" /> 21 22 <!-- Target Preparer To Collect Device Info --> 23 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.DeviceInfoCollector"> 24 <option name="apk" value="CtsDeviceInfo.apk"/> 25 <option name="package" value="com.android.compatibility.common.deviceinfo"/> 26 <option name="src-dir" value="/sdcard/device-info-files/"/> 27 <option name="dest-dir" value="device-info-files/"/> 28 <option name="temp-dir" value="temp-device-info-files/"/> 29 <option name="throw-error" value="false"/> 30 </target_preparer> 31 32 <!-- Basic Reporters --> 33 <include name="basic-reporters" /> 34 35 <!-- Template for Metadata Reporters --> 36 <template-include name="metadata-reporters" default="empty" /> 37 38 <!-- Default ABI --> 39 <option name="compatibility:primary-abi-only" value="true" /> 40 41 <!-- Build Provider --> 42 <build_provider class="com.android.compatibility.common.tradefed.build.CompatibilityBuildProvider" /> 43 44 <!-- Template for Result Reporters --> 45 <template-include name="reporters" default="empty" /> 46</configuration>