blob: 5defd3485e310ab18f14ab6025b093e5c617d4b6 [file] [log] [blame]
Jack Hecac30a22018-08-28 18:28:55 -07001<?xml version="1.0" encoding="utf-8"?>
Thomas Girardier21e6e032025-02-12 21:39:33 -08002<!-- Copyright 2025 The Android Open Source Project
Jack Hecac30a22018-08-28 18:28:55 -07003
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<configuration description="Runs {MODULE}.">
Jack Hecac30a22018-08-28 18:28:55 -070017 <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
Etienne Ruffieux54ec3502022-05-24 01:19:28 +000018 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
19 <option name="cleanup" value="true" />
20 <option name="push" value="{MODULE}->/data/local/tmp/{MODULE}" />
21 <option name="append-bitness" value="true" />
22 </target_preparer>
Thomas Girardier21e6e032025-02-12 21:39:33 -080023 <test class="com.android.tradefed.testtype.rust.RustBinaryTest" >
24 <option name="test-device-path" value="/data/local/tmp" />
Jack Hecac30a22018-08-28 18:28:55 -070025 <option name="module-name" value="{MODULE}" />
Jack Hecac30a22018-08-28 18:28:55 -070026 </test>
Etienne Ruffieux54ec3502022-05-24 01:19:28 +000027 <!-- Only run tests in MTS if the Bluetooth Mainline module is installed. -->
28 <object type="module_controller"
29 class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
William Escandecce9c8a2024-12-18 19:05:16 -080030 <option name="mainline-module-package-name" value="com.android.bt" />
31 <option name="mainline-module-package-name" value="com.google.android.bt" />
Etienne Ruffieux54ec3502022-05-24 01:19:28 +000032 </object>
Thomas Girardier21e6e032025-02-12 21:39:33 -080033</configuration>