| Jack He | cac30a2 | 2018-08-28 18:28:55 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| Thomas Girardier | 21e6e03 | 2025-02-12 21:39:33 -0800 | [diff] [blame] | 2 | <!-- Copyright 2025 The Android Open Source Project |
| Jack He | cac30a2 | 2018-08-28 18:28:55 -0700 | [diff] [blame] | 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 | <configuration description="Runs {MODULE}."> |
| Jack He | cac30a2 | 2018-08-28 18:28:55 -0700 | [diff] [blame] | 17 | <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" /> |
| Etienne Ruffieux | 54ec350 | 2022-05-24 01:19:28 +0000 | [diff] [blame] | 18 | <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 Girardier | 21e6e03 | 2025-02-12 21:39:33 -0800 | [diff] [blame] | 23 | <test class="com.android.tradefed.testtype.rust.RustBinaryTest" > |
| 24 | <option name="test-device-path" value="/data/local/tmp" /> |
| Jack He | cac30a2 | 2018-08-28 18:28:55 -0700 | [diff] [blame] | 25 | <option name="module-name" value="{MODULE}" /> |
| Jack He | cac30a2 | 2018-08-28 18:28:55 -0700 | [diff] [blame] | 26 | </test> |
| Etienne Ruffieux | 54ec350 | 2022-05-24 01:19:28 +0000 | [diff] [blame] | 27 | <!-- 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 Escande | cce9c8a | 2024-12-18 19:05:16 -0800 | [diff] [blame] | 30 | <option name="mainline-module-package-name" value="com.android.bt" /> |
| 31 | <option name="mainline-module-package-name" value="com.google.android.bt" /> |
| Etienne Ruffieux | 54ec350 | 2022-05-24 01:19:28 +0000 | [diff] [blame] | 32 | </object> |
| Thomas Girardier | 21e6e03 | 2025-02-12 21:39:33 -0800 | [diff] [blame] | 33 | </configuration> |