Nicolas Geoffray | b6a2907 | 2022-02-16 13:03:51 +0000 | [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 | <!-- Note: This test config for {MODULE} is generated from a template. --> |
| 17 | <configuration description="Test module config for {MODULE}"> |
| 18 | <option name="test-suite-tag" value="art-target-run-test" /> |
| 19 | <option name="config-descriptor:metadata" key="mainline-param" value="com.google.android.art.apex" /> |
| 20 | |
| 21 | <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> |
| 22 | <option name="cleanup" value="true" /> |
| 23 | <!-- TODO: Use option `push-file` instead of deprecated option |
| 24 | `push`. --> |
| 25 | <option name="push" value="{MODULE}.jar->/data/local/tmp/{MODULE}/{MODULE}.jar" /> |
| 26 | </target_preparer> |
| 27 | |
| 28 | <test class="com.android.tradefed.testtype.ArtRunTest"> |
| 29 | <option name="run-test-name" value="{MODULE}" /> |
| 30 | <option name="classpath" value="/data/local/tmp/{MODULE}/{MODULE}.jar" /> |
| 31 | <option name="test-timeout" value="120000" /> |
| 32 | </test> |
| 33 | |
| 34 | <!-- When this test is run in a Mainline context (e.g. with `mts-tradefed`), only enable it if |
| 35 | one of the Mainline modules below is present on the device used for testing. --> |
| 36 | <object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController"> |
| 37 | <!-- ART Mainline Module (internal version). --> |
| 38 | <option name="mainline-module-package-name" value="com.google.android.art" /> |
| 39 | <!-- ART Mainline Module (external (AOSP) version). --> |
| 40 | <option name="mainline-module-package-name" value="com.android.art" /> |
| 41 | </object> |
| 42 | |
| 43 | <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. --> |
| 44 | <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" /> |
| 45 | </configuration> |