1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2016 The Android Open Source Project 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="Runs CTS from a pre-existing CTS installation"> 17 18 <include name="cts" /> 19 20 <!-- This tells cts-tradefed and the server what the plan name is, reports that have this plan 21 name should not be accepted, as it doesn't actually run the tests it simply marks all of 22 them as passed. 23 Obviously no one would modify the report before uploading to falsify this 24 information, as that would be dishonest, and dishonesty kills kittens :'( --> 25 <option name="plan" value="collect-tests-only" /> 26 27 <option name="skip-preconditions" value="true" /> 28 <option name="skip-system-status-check" value="com.android.compatibility.common.tradefed.targetprep.NetworkConnectivityChecker" /> 29 <option name="preparer-whitelist" value="com.android.tradefed.targetprep.suite.SuiteApkInstaller" /> 30 <option name="preparer-whitelist" value="com.android.compatibility.common.tradefed.targetprep.ApkInstaller" /> 31 <option name="preparer-whitelist" value="com.android.compatibility.common.tradefed.targetprep.FilePusher" /> 32 33 <option name="compatibility:collect-tests-only" value="true" /> 34 35</configuration> 36