Paul Duffin | ce31c05 | 2018-01-11 20:55:18 +0000 | [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="Config for CTS System Current API Signature test cases"> |
| 17 | <option name="test-suite-tag" value="cts" /> |
| 18 | <option name="config-descriptor:metadata" key="component" value="systems" /> |
| 19 | <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer"> |
| 20 | <option name="run-command" value="mkdir -p /data/local/tmp/signature-test" /> |
| 21 | <option name="teardown-command" value="rm -rf /data/local/tmp/signature-test" /> |
| 22 | </target_preparer> |
| 23 | <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher"> |
| 24 | <option name="push" value="system-current.api->/data/local/tmp/signature-test/system-current.api" /> |
| 25 | </target_preparer> |
| 26 | <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher"> |
| 27 | <option name="push" value="system-removed.api->/data/local/tmp/signature-test/system-removed.api" /> |
| 28 | </target_preparer> |
Jiyong Park | f838cc9 | 2018-11-07 10:52:59 +0900 | [diff] [blame] | 29 | <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher"> |
| 30 | <option name="push" value="car-system-current.api->/data/local/tmp/signature-test/car-system-current.api" /> |
| 31 | </target_preparer> |
| 32 | <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher"> |
| 33 | <option name="push" value="car-system-removed.api->/data/local/tmp/signature-test/car-system-removed.api" /> |
| 34 | </target_preparer> |
Paul Duffin | ce31c05 | 2018-01-11 20:55:18 +0000 | [diff] [blame] | 35 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
| 36 | <option name="cleanup-apks" value="true" /> |
| 37 | <option name="test-file-name" value="CtsSystemApiAnnotationTestCases.apk" /> |
| 38 | </target_preparer> |
| 39 | <test class="com.android.tradefed.testtype.AndroidJUnitTest" > |
| 40 | <option name="package" value="android.signature.cts.api.system_annotation" /> |
| 41 | <option name="runner" value="repackaged.android.test.InstrumentationTestRunner" /> |
| 42 | <option name="class" value="android.signature.cts.api.AnnotationTest" /> |
Jiyong Park | f838cc9 | 2018-11-07 10:52:59 +0900 | [diff] [blame] | 43 | <option name="instrumentation-arg" key="expected-api-files" value="system-current.api,system-removed.api,car-system-current.api,car-system-removed.api" /> |
Paul Duffin | ce31c05 | 2018-01-11 20:55:18 +0000 | [diff] [blame] | 44 | <option name="instrumentation-arg" key="annotation-for-exact-match" value="android.annotation.SystemApi" /> |
| 45 | <option name="runtime-hint" value="30s" /> |
| 46 | </test> |
Lev Rumyantsev | 424d0ab | 2019-09-04 19:37:44 -0700 | [diff] [blame] | 47 | |
| 48 | <!-- Controller that will skip the module if a native bridge situation is detected --> |
| 49 | <!-- For example: module wants to run arm32 and device is x86 --> |
| 50 | <object type="module_controller" class="com.android.tradefed.testtype.suite.module.NativeBridgeModuleController" /> |
Paul Duffin | ce31c05 | 2018-01-11 20:55:18 +0000 | [diff] [blame] | 51 | </configuration> |