blob: 4084afa6c384952e9ee49cc3bd025933d7419164 [file] [log] [blame]
Roland Levillainfda2a4d2019-10-21 21:18:12 +01001<?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 Levillaina8049c62019-11-01 16:11:20 +000016<!-- Note: This test config for {MODULE} is generated from a template. -->
17<configuration description="Test module config for {MODULE}">
David Srbecky6667eef2020-10-07 14:36:02 +010018 <option name="test-suite-tag" value="art-target-run-test" />
Roland Levillain9ce38b52021-01-28 15:22:23 +000019 <option name="config-descriptor:metadata" key="mainline-param" value="com.google.android.art.apex" />
Roland Levillainda946fc2021-01-05 23:43:49 +000020
Roland Levillainfda2a4d2019-10-21 21:18:12 +010021 <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
Roland Levillainfda2a4d2019-10-21 21:18:12 +010022 <option name="cleanup" value="true" />
23 <!-- TODO: Use option `push-file` instead of deprecated option
24 `push`. -->
Roland Levillaina8049c62019-11-01 16:11:20 +000025 <option name="push" value="{MODULE}.jar->/data/local/tmp/{MODULE}/{MODULE}.jar" />
Roland Levillainfda2a4d2019-10-21 21:18:12 +010026 </target_preparer>
Roland Levillainda946fc2021-01-05 23:43:49 +000027
Roland Levillainfda2a4d2019-10-21 21:18:12 +010028 <test class="com.android.tradefed.testtype.ArtRunTest">
Roland Levillaina8049c62019-11-01 16:11:20 +000029 <option name="run-test-name" value="{MODULE}" />
30 <option name="classpath" value="/data/local/tmp/{MODULE}/{MODULE}.jar" />
Roland Levillainfda2a4d2019-10-21 21:18:12 +010031 </test>
Roland Levillainda946fc2021-01-05 23:43:49 +000032
Roland Levillainde1449e2021-02-24 10:35:44 +000033 <!-- When this test is run in a Mainline context (e.g. with `mts-tradefed`), only enable it if
Roland Levillaind64dc6d2021-04-19 15:05:14 +010034 one of the Mainline modules below is present on the device used for testing. -->
Roland Levillainda946fc2021-01-05 23:43:49 +000035 <object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
Roland Levillainde1449e2021-02-24 10:35:44 +000036 <!-- ART Mainline Module (internal version). -->
Roland Levillainda946fc2021-01-05 23:43:49 +000037 <option name="mainline-module-package-name" value="com.google.android.art" />
Roland Levillainde1449e2021-02-24 10:35:44 +000038 <!-- ART Mainline Module (external (AOSP) version). -->
39 <option name="mainline-module-package-name" value="com.android.art" />
Roland Levillainda946fc2021-01-05 23:43:49 +000040 </object>
Roland Levillainfda2a4d2019-10-21 21:18:12 +010041</configuration>