blob: 70cd86783d6d7f6b739e240fde19419978a2aba1 [file] [log] [blame]
Richard Uhlerb29f1452018-09-12 16:38:15 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 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 the rollback tests">
17 <option name="test-suite-tag" value="RollbackTest" />
18 <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup">
19 <option name="test-file-name" value="RollbackTest.apk" />
20 </target_preparer>
21 <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
22 <option name="package" value="com.android.tests.rollback" />
Brett Chabot502ec7a2019-03-01 14:43:20 -080023 <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
Richard Uhlerc5e2e802019-02-11 12:20:31 +000024
25 <!-- Exclude the StagedRollbackTest tests, which needs to be specially
26 driven from the StagedRollbackTest host test -->
27 <option name="exclude-filter" value="com.android.tests.rollback.StagedRollbackTest" />
Richard Uhlerb29f1452018-09-12 16:38:15 +010028 </test>
29</configuration>