1*cd0cc2e3SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*cd0cc2e3SAndroid Build Coastguard Worker<!-- Copyright (C) 2024 The Android Open Source Project 3*cd0cc2e3SAndroid Build Coastguard Worker 4*cd0cc2e3SAndroid Build Coastguard Worker Licensed under the Apache License, Version 2.0 (the "License"); 5*cd0cc2e3SAndroid Build Coastguard Worker you may not use this file except in compliance with the License. 6*cd0cc2e3SAndroid Build Coastguard Worker You may obtain a copy of the License at 7*cd0cc2e3SAndroid Build Coastguard Worker 8*cd0cc2e3SAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 9*cd0cc2e3SAndroid Build Coastguard Worker 10*cd0cc2e3SAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software 11*cd0cc2e3SAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS, 12*cd0cc2e3SAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*cd0cc2e3SAndroid Build Coastguard Worker See the License for the specific language governing permissions and 14*cd0cc2e3SAndroid Build Coastguard Worker limitations under the License. 15*cd0cc2e3SAndroid Build Coastguard Worker--> 16*cd0cc2e3SAndroid Build Coastguard Worker<configuration description="Config for conscrypt private test cases"> 17*cd0cc2e3SAndroid Build Coastguard Worker <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> 18*cd0cc2e3SAndroid Build Coastguard Worker <option name="cleanup-apks" value="true" /> 19*cd0cc2e3SAndroid Build Coastguard Worker <!-- this has just the instrumentation which acts as the tests we want to run --> 20*cd0cc2e3SAndroid Build Coastguard Worker <option name="test-file-name" value="ConscryptPrivateTestCases.apk" /> 21*cd0cc2e3SAndroid Build Coastguard Worker </target_preparer> 22*cd0cc2e3SAndroid Build Coastguard Worker <test class="com.android.tradefed.testtype.AndroidJUnitTest" > 23*cd0cc2e3SAndroid Build Coastguard Worker <option name="package" value="android.conscrypt.tests" /> 24*cd0cc2e3SAndroid Build Coastguard Worker <option name="hidden-api-checks" value="false"/> 25*cd0cc2e3SAndroid Build Coastguard Worker </test> 26*cd0cc2e3SAndroid Build Coastguard Worker</configuration> 27