blob: 6862720c947c181111791d411c9753dad834cacc [file] [log] [blame]
Chen Zhu1348a6c2019-01-30 13:57:20 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2019 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="Config for apex install/uninstall test cases">
17 <option name="test-suite-tag" value="apex_targetprep_tests" />
18 <option name="test-suite-tag" value="apct" />
19
20 <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/>
21 <target_preparer class="com.android.tradefed.targetprep.InstallApexModuleTargetPreparer" >
Dario Frenib7742a22019-05-23 14:21:06 +010022 <option name="test-file-name" value="com.android.apex.cts.shim.v2.apex" />
Chen Zhu1348a6c2019-01-30 13:57:20 -080023 </target_preparer>
Chen Zhu1a8cac82019-03-25 14:24:25 -070024 <test class="com.android.tradefed.testtype.HostTest" >
25 <option name="jar" value="apex_targetprep_tests.jar" />
26 </test>
27
Chen Zhu1348a6c2019-01-30 13:57:20 -080028</configuration>
29