| Dan Shi | 0552dcd | 2017-03-20 15:55:14 -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 Telephony Tests."> |
| 17 | <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup"> |
| 18 | <option name="test-file-name" value="FrameworksTelephonyTests.apk" /> |
| Jack Yu | 5b8bab9 | 2022-03-29 13:24:38 -0700 | [diff] [blame] | 19 | <option name="install-arg" value="-t" /> |
| Dan Shi | 0552dcd | 2017-03-20 15:55:14 -0700 | [diff] [blame] | 20 | </target_preparer> |
| 21 | |
| 22 | <option name="test-suite-tag" value="apct" /> |
| 23 | <option name="test-tag" value="FrameworksTelephonyTests" /> |
| 24 | <test class="com.android.tradefed.testtype.AndroidJUnitTest" > |
| 25 | <option name="package" value="com.android.frameworks.telephonytests" /> |
| Brett Chabot | 2e871cd | 2018-12-20 13:10:56 -0800 | [diff] [blame] | 26 | <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" /> |
| Brad Ebinger | 0f51ab0 | 2021-03-09 22:23:10 +0000 | [diff] [blame] | 27 | <option name="exclude-annotation" value="androidx.test.filters.FlakyTest" /> |
| 28 | <option name="exclude-annotation" value="org.junit.Ignore" /> |
| Nicolas Geoffray | a3c370f | 2018-04-06 14:24:22 +0100 | [diff] [blame] | 29 | <option name="hidden-api-checks" value="false"/> |
| Dan Shi | 0552dcd | 2017-03-20 15:55:14 -0700 | [diff] [blame] | 30 | </test> |
| 31 | </configuration> |