blob: 360bbf3f4a872ad97d357f624526980a5c0cb090 [file] [log] [blame]
Chun Zhang413a8fe2022-01-14 13:04:43 -08001<?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<configuration description="Config for CTS Nearby Fast Pair test cases">
17 <option name="test-suite-tag" value="cts" />
18 <option name="config-descriptor:metadata" key="component" value="location" />
Xinyi Zhou1f70d4e2022-03-09 14:38:24 -080019 <!-- Instant cannot access NearbyManager. -->
20 <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
Chun Zhang413a8fe2022-01-14 13:04:43 -080021 <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
22 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
23 <option name="config-descriptor:metadata" key="parameter" value="all_foldable_states" />
24 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
25 <option name="cleanup-apks" value="true" />
26 <option name="test-file-name" value="CtsNearbyFastPairTestCases.apk" />
27 </target_preparer>
28 <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
29 <option name="package" value="android.nearby.cts" />
30 </test>
Chun Zhangba782382022-02-01 13:27:45 -080031 <!-- Only run NearbyUnitTests in MTS if the Nearby Mainline module is installed. -->
32 <object type="module_controller"
33 class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
34 <option name="mainline-module-package-name" value="com.google.android.tethering" />
35 </object>
Xinyi Zhou1f70d4e2022-03-09 14:38:24 -080036</configuration>