felkachang | c776cf9 | 2018-08-23 11:47:03 +0800 | [diff] [blame] | 1 | <?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 Tests for MediaProvder."> |
| 17 | <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup"> |
| 18 | <option name="test-file-name" value="MediaProviderTests.apk" /> |
Ivan Chiang | 5626be2 | 2021-06-25 13:36:13 +0800 | [diff] [blame] | 19 | <option name="test-file-name" value="MediaProviderTestAppForPermissionActivity.apk" /> |
] | a023ea2 | 2021-02-08 13:23:19 +0000 | [diff] [blame] | 20 | <option name="test-file-name" value="MediaProviderTestAppWithStoragePerms.apk" /> |
| 21 | <option name="test-file-name" value="MediaProviderTestAppWithoutPerms.apk" /> |
| 22 | <option name="test-file-name" value="LegacyMediaProviderTestApp.apk" /> |
Jeff Sharkey | c55994b | 2019-12-20 19:43:59 -0700 | [diff] [blame] | 23 | <option name="install-arg" value="-g" /> |
felkachang | c776cf9 | 2018-08-23 11:47:03 +0800 | [diff] [blame] | 24 | </target_preparer> |
| 25 | |
| 26 | <option name="test-suite-tag" value="apct" /> |
| 27 | <option name="test-suite-tag" value="framework-base-presubmit" /> |
| 28 | <option name="test-tag" value="MediaProviderTests" /> |
| 29 | <test class="com.android.tradefed.testtype.AndroidJUnitTest" > |
| 30 | <option name="package" value="com.android.providers.media.tests" /> |
Brett Chabot | c3a0f78 | 2018-12-13 19:06:19 -0800 | [diff] [blame] | 31 | <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" /> |
felkachang | c776cf9 | 2018-08-23 11:47:03 +0800 | [diff] [blame] | 32 | <option name="hidden-api-checks" value="false"/> |
| 33 | </test> |
Chen Zhu | 56fe483 | 2020-05-08 15:42:45 -0700 | [diff] [blame] | 34 | |
| 35 | <object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController"> |
| 36 | <option name="mainline-module-package-name" value="com.google.android.mediaprovider" /> |
| 37 | </object> |
felkachang | c776cf9 | 2018-08-23 11:47:03 +0800 | [diff] [blame] | 38 | </configuration> |