blob: 46a17be00e71afd0830931a29dd2b84424e50edc [file] [log] [blame]
Anton Philippovfb340e72017-05-04 22:11:00 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 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 CTS Backup host test cases">
jdesprez503a3db2017-12-16 04:19:31 -080017 <option name="test-suite-tag" value="cts" />
Guang Zhuc40b6fd2017-06-02 17:17:14 -070018 <option name="config-descriptor:metadata" key="component" value="backup" />
Jon Boekenoogen4e5df3d2018-09-28 10:22:42 -070019 <!-- Backup of instant apps is not supported. -->
20 <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
Anton Philippovfb340e72017-05-04 22:11:00 +010021 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
22 <option name="cleanup-apks" value="true" />
Johan Torås Halsethb8247722017-05-17 14:51:49 +010023 <option name="test-file-name" value="CtsFullbackupApp.apk" />
Johan Torås Halseth5ffd7062017-05-22 15:57:52 +010024 <option name="test-file-name" value="CtsIncludeExcludeApp.apk" />
Anton Philippovfb340e72017-05-04 22:11:00 +010025 </target_preparer>
Anton Philippov441c8262017-06-26 16:12:26 +010026 <target_preparer class="android.cts.backup.BackupPreparer">
27 <option name="enable-backup-if-needed" value="true" />
28 <option name="select-local-transport" value="true" />
29 </target_preparer>
Anton Philippovfb340e72017-05-04 22:11:00 +010030 <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" >
31 <option name="jar" value="CtsBackupHostTestCases.jar" />
32 </test>
33</configuration>