blob: 8749087d8e5860d63ecf2911e8f78cfd04f080c6 [file] [log] [blame]
shafik09e40c92020-05-21 18:33:52 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2020 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="External storage host test for legacy and scoped storage">
17 <option name="test-suite-tag" value="cts" />
Abhijeet Kaurcdd387a2020-05-29 19:47:00 +010018 <option name="config-descriptor:metadata" key="component" value="framework" />
19 <option name="config-descriptor:metadata" key="parameter" value="instant_app" />
20 <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
Felipe Lemea8343ba2020-09-28 08:57:43 -070021 <!-- TODO(b/169101565): change to secondary_user when fixed -->
Abhijeet Kaurcdd387a2020-05-29 19:47:00 +010022 <option name="config-descriptor:metadata" key="parameter" value="not_secondary_user" />
shafik09e40c92020-05-21 18:33:52 +010023 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
24 <option name="cleanup-apks" value="true" />
25 <option name="test-file-name" value="ScopedStorageTest.apk" />
26 <option name="test-file-name" value="LegacyStorageTest.apk" />
Nandana Dutt6ef52f02020-12-04 09:34:58 +000027 <option name="test-file-name" value="CtsScopedStorageTestAppA.apk" />
28 <option name="test-file-name" value="CtsScopedStorageTestAppB.apk" />
29 <option name="test-file-name" value="CtsScopedStorageTestAppDLegacy.apk" />
shafik09e40c92020-05-21 18:33:52 +010030 </target_preparer>
31 <test class="com.android.tradefed.testtype.HostTest" >
32 <option name="class" value="android.scopedstorage.cts.host.LegacyStorageHostTest" />
Martijn Coenenc22a0672020-11-23 15:28:54 +010033 <option name="class" value="android.scopedstorage.cts.host.PreserveLegacyStorageHostTest" />
shafik09e40c92020-05-21 18:33:52 +010034 <option name="class" value="android.scopedstorage.cts.host.ScopedStorageHostTest" />
Abhijeet Kaurcdd387a2020-05-29 19:47:00 +010035 <option name="class" value="android.scopedstorage.cts.host.ScopedStorageInstantAppHostTest" />
shafik09e40c92020-05-21 18:33:52 +010036 </test>
37
38 <object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
39 <option name="mainline-module-package-name" value="com.google.android.mediaprovider" />
40 </object>
41</configuration>