Jiakai Zhang | ccbcfb1 | 2021-08-23 15:10:35 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2021 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 file for {MODULE} is generated from a template. --> |
Jiakai Zhang | 5514c8e | 2021-10-19 05:40:32 +0000 | [diff] [blame] | 17 | <configuration description="Runs {MODULE} as root."> |
Jiakai Zhang | ccbcfb1 | 2021-08-23 15:10:35 +0000 | [diff] [blame] | 18 | <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/> |
| 19 | |
| 20 | <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher"> |
| 21 | <option name="cleanup" value="true" /> |
Roland Levillain | d8c0ac2 | 2021-09-07 00:26:17 +0100 | [diff] [blame] | 22 | <option name="push" value="{MODULE}->/data/local/tmp/{MODULE}/{MODULE}" /> |
Jiakai Zhang | ccbcfb1 | 2021-08-23 15:10:35 +0000 | [diff] [blame] | 23 | <option name="append-bitness" value="true" /> |
| 24 | </target_preparer> |
| 25 | |
| 26 | <test class="com.android.tradefed.testtype.GTest" > |
Roland Levillain | d8c0ac2 | 2021-09-07 00:26:17 +0100 | [diff] [blame] | 27 | <option name="native-test-device-path" value="/data/local/tmp/{MODULE}" /> |
Jiakai Zhang | ccbcfb1 | 2021-08-23 15:10:35 +0000 | [diff] [blame] | 28 | <option name="module-name" value="{MODULE}" /> |
| 29 | <option name="ld-library-path-32" value="/apex/com.android.art/lib" /> |
| 30 | <option name="ld-library-path-64" value="/apex/com.android.art/lib64" /> |
| 31 | </test> |
| 32 | |
| 33 | <!-- When this test is run in a Mainline context (e.g. with `mts-tradefed`), only enable it if |
| 34 | one of the Mainline modules below is present on the device used for testing. --> |
| 35 | <object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController"> |
| 36 | <!-- ART Mainline Module (internal version). --> |
| 37 | <option name="mainline-module-package-name" value="com.google.android.art" /> |
| 38 | <!-- ART Mainline Module (external (AOSP) version). --> |
| 39 | <option name="mainline-module-package-name" value="com.android.art" /> |
| 40 | </object> |
Roland Levillain | 69eb2c6 | 2021-10-29 10:16:49 +0000 | [diff] [blame] | 41 | |
Roland Levillain | 8884d3d | 2022-01-04 16:12:00 +0000 | [diff] [blame] | 42 | <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. --> |
Roland Levillain | 69eb2c6 | 2021-10-29 10:16:49 +0000 | [diff] [blame] | 43 | <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" /> |
Jiakai Zhang | ccbcfb1 | 2021-08-23 15:10:35 +0000 | [diff] [blame] | 44 | </configuration> |