shafik | 09e40c9 | 2020-05-21 18:33:52 +0100 | [diff] [blame] | 1 | <?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 Kaur | cdd387a | 2020-05-29 19:47:00 +0100 | [diff] [blame] | 18 | <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 Leme | a8343ba | 2020-09-28 08:57:43 -0700 | [diff] [blame^] | 21 | <!-- TODO(b/169101565): change to secondary_user when fixed --> |
Abhijeet Kaur | cdd387a | 2020-05-29 19:47:00 +0100 | [diff] [blame] | 22 | <option name="config-descriptor:metadata" key="parameter" value="not_secondary_user" /> |
shafik | 09e40c9 | 2020-05-21 18:33:52 +0100 | [diff] [blame] | 23 | <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" /> |
| 27 | </target_preparer> |
| 28 | <test class="com.android.tradefed.testtype.HostTest" > |
| 29 | <option name="class" value="android.scopedstorage.cts.host.LegacyStorageHostTest" /> |
| 30 | <option name="class" value="android.scopedstorage.cts.host.ScopedStorageHostTest" /> |
Abhijeet Kaur | cdd387a | 2020-05-29 19:47:00 +0100 | [diff] [blame] | 31 | <option name="class" value="android.scopedstorage.cts.host.ScopedStorageInstantAppHostTest" /> |
shafik | 09e40c9 | 2020-05-21 18:33:52 +0100 | [diff] [blame] | 32 | </test> |
| 33 | |
| 34 | <object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController"> |
| 35 | <option name="mainline-module-package-name" value="com.google.android.mediaprovider" /> |
| 36 | </object> |
| 37 | </configuration> |