Roland Levillain | fda2a4d | 2019-10-21 21:18:12 +0100 | [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 | --> |
Roland Levillain | a8049c6 | 2019-11-01 16:11:20 +0000 | [diff] [blame] | 16 | <!-- Note: This test config for {MODULE} is generated from a template. --> |
| 17 | <configuration description="Test module config for {MODULE}"> |
David Srbecky | 6667eef | 2020-10-07 14:36:02 +0100 | [diff] [blame] | 18 | <option name="test-suite-tag" value="art-target-run-test" /> |
Roland Levillain | 9ce38b5 | 2021-01-28 15:22:23 +0000 | [diff] [blame] | 19 | <option name="config-descriptor:metadata" key="mainline-param" value="com.google.android.art.apex" /> |
Roland Levillain | da946fc | 2021-01-05 23:43:49 +0000 | [diff] [blame] | 20 | |
Roland Levillain | fda2a4d | 2019-10-21 21:18:12 +0100 | [diff] [blame] | 21 | <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> |
Roland Levillain | fda2a4d | 2019-10-21 21:18:12 +0100 | [diff] [blame] | 22 | <option name="cleanup" value="true" /> |
| 23 | <!-- TODO: Use option `push-file` instead of deprecated option |
| 24 | `push`. --> |
Roland Levillain | a8049c6 | 2019-11-01 16:11:20 +0000 | [diff] [blame] | 25 | <option name="push" value="{MODULE}.jar->/data/local/tmp/{MODULE}/{MODULE}.jar" /> |
Roland Levillain | fda2a4d | 2019-10-21 21:18:12 +0100 | [diff] [blame] | 26 | </target_preparer> |
Roland Levillain | da946fc | 2021-01-05 23:43:49 +0000 | [diff] [blame] | 27 | |
Roland Levillain | fda2a4d | 2019-10-21 21:18:12 +0100 | [diff] [blame] | 28 | <test class="com.android.tradefed.testtype.ArtRunTest"> |
Roland Levillain | a8049c6 | 2019-11-01 16:11:20 +0000 | [diff] [blame] | 29 | <option name="run-test-name" value="{MODULE}" /> |
| 30 | <option name="classpath" value="/data/local/tmp/{MODULE}/{MODULE}.jar" /> |
Roland Levillain | fda2a4d | 2019-10-21 21:18:12 +0100 | [diff] [blame] | 31 | </test> |
Roland Levillain | da946fc | 2021-01-05 23:43:49 +0000 | [diff] [blame] | 32 | |
Roland Levillain | de1449e | 2021-02-24 10:35:44 +0000 | [diff] [blame] | 33 | <!-- When this test is run in a Mainline context (e.g. with `mts-tradefed`), only enable it if |
Roland Levillain | d64dc6d | 2021-04-19 15:05:14 +0100 | [diff] [blame] | 34 | one of the Mainline modules below is present on the device used for testing. --> |
Roland Levillain | da946fc | 2021-01-05 23:43:49 +0000 | [diff] [blame] | 35 | <object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController"> |
Roland Levillain | de1449e | 2021-02-24 10:35:44 +0000 | [diff] [blame] | 36 | <!-- ART Mainline Module (internal version). --> |
Roland Levillain | da946fc | 2021-01-05 23:43:49 +0000 | [diff] [blame] | 37 | <option name="mainline-module-package-name" value="com.google.android.art" /> |
Roland Levillain | de1449e | 2021-02-24 10:35:44 +0000 | [diff] [blame] | 38 | <!-- ART Mainline Module (external (AOSP) version). --> |
| 39 | <option name="mainline-module-package-name" value="com.android.art" /> |
Roland Levillain | da946fc | 2021-01-05 23:43:49 +0000 | [diff] [blame] | 40 | </object> |
Roland Levillain | fda2a4d | 2019-10-21 21:18:12 +0100 | [diff] [blame] | 41 | </configuration> |