blob: d1a489ede8ecb870a6d9912f2e8659dd4e6f612f [file] [log] [blame]
Jiakai Zhangccbcfb12021-08-23 15:10:35 +00001<?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 Zhang5514c8e2021-10-19 05:40:32 +000017<configuration description="Runs {MODULE} as root.">
Jiakai Zhangccbcfb12021-08-23 15:10:35 +000018 <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 Levillaind8c0ac22021-09-07 00:26:17 +010022 <option name="push" value="{MODULE}->/data/local/tmp/{MODULE}/{MODULE}" />
Jiakai Zhangccbcfb12021-08-23 15:10:35 +000023 <option name="append-bitness" value="true" />
24 </target_preparer>
25
26 <test class="com.android.tradefed.testtype.GTest" >
Roland Levillaind8c0ac22021-09-07 00:26:17 +010027 <option name="native-test-device-path" value="/data/local/tmp/{MODULE}" />
Jiakai Zhangccbcfb12021-08-23 15:10:35 +000028 <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 Levillain69eb2c62021-10-29 10:16:49 +000041
Roland Levillain8884d3d2022-01-04 16:12:00 +000042 <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
Roland Levillain69eb2c62021-10-29 10:16:49 +000043 <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
Jiakai Zhangccbcfb12021-08-23 15:10:35 +000044</configuration>