Dan Shi | 7f2afd2 | 2017-03-17 10:21:28 -0700 | [diff] [blame] | 1 | <?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="Runs Frameworks Services Tests."> |
jdesprez | 421e8f6 | 2018-03-29 15:45:17 -0700 | [diff] [blame] | 17 | <option name="test-suite-tag" value="apct" /> |
| 18 | <option name="test-suite-tag" value="apct-instrumentation" /> |
| 19 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
Suprabh Shukla | 021b57a | 2018-03-08 18:21:50 -0800 | [diff] [blame] | 20 | <option name="cleanup-apks" value="true" /> |
Suprabh Shukla | 77e2245 | 2018-05-22 18:02:37 -0700 | [diff] [blame] | 21 | <option name="install-arg" value="-t" /> |
Dan Shi | 7f2afd2 | 2017-03-17 10:21:28 -0700 | [diff] [blame] | 22 | <option name="test-file-name" value="FrameworksServicesTests.apk" /> |
Suprabh Shukla | 3ac1daa | 2017-07-14 12:15:27 -0700 | [diff] [blame] | 23 | <option name="test-file-name" value="JobTestApp.apk" /> |
Sudheer Shanka | ded7ab0 | 2017-08-11 18:22:16 -0700 | [diff] [blame] | 24 | <option name="test-file-name" value="ConnTestApp.apk" /> |
Suprabh Shukla | 021b57a | 2018-03-08 18:21:50 -0800 | [diff] [blame] | 25 | <option name="test-file-name" value="SuspendTestApp.apk" /> |
Dan Shi | 7f2afd2 | 2017-03-17 10:21:28 -0700 | [diff] [blame] | 26 | </target_preparer> |
| 27 | |
Dan Shi | 7f2afd2 | 2017-03-17 10:21:28 -0700 | [diff] [blame] | 28 | <option name="test-tag" value="FrameworksServicesTests" /> |
Dan Shi | 1fee398 | 2017-03-22 22:30:53 -0700 | [diff] [blame] | 29 | <test class="com.android.tradefed.testtype.AndroidJUnitTest" > |
Dan Shi | 7f2afd2 | 2017-03-17 10:21:28 -0700 | [diff] [blame] | 30 | <option name="package" value="com.android.frameworks.servicestests" /> |
Brett Chabot | a26eda9 | 2018-07-23 13:08:30 -0700 | [diff] [blame^] | 31 | <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" /> |
Nicolas Geoffray | b0284fb | 2018-04-06 14:03:18 +0100 | [diff] [blame] | 32 | <option name="hidden-api-checks" value="false"/> |
Dan Shi | 7f2afd2 | 2017-03-17 10:21:28 -0700 | [diff] [blame] | 33 | </test> |
| 34 | </configuration> |