blob: 5312b4de05ebb7569327452f78b49359ff2c3f37 [file] [log] [blame]
Junyu Lai36e76262023-12-27 18:17:30 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2024 The Android Open Source Project
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6 http://www.apache.org/licenses/LICENSE-2.0
7 Unless required by applicable law or agreed to in writing, software
8 distributed under the License is distributed on an "AS IS" BASIS,
9 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10 See the License for the specific language governing permissions and
11 limitations under the License.
12-->
13<configuration description="Config for CTS Connectivity multi devices test cases">
14 <option name="test-suite-tag" value="cts" />
15 <option name="config-descriptor:metadata" key="component" value="networking" />
16 <option name="config-descriptor:metadata" key="token" value="SIM_CARD" />
17 <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
18 <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
19 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
20
21 <device name="device1">
22 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
23 <option name="test-file-name" value="connectivity_multi_devices_snippet.apk" />
24 </target_preparer>
25 <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
26 </target_preparer>
27 </device>
28 <device name="device2">
29 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
30 <option name="test-file-name" value="connectivity_multi_devices_snippet.apk" />
31 </target_preparer>
32 <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
33 </target_preparer>
34 </device>
35
36 <test class="com.android.tradefed.testtype.mobly.MoblyBinaryHostTest">
37 <!-- The mobly-par-file-name should match the module name -->
38 <option name="mobly-par-file-name" value="CtsConnectivityMultiDevicesTestCases" />
39 <!-- Timeout limit in milliseconds for all test cases of the python binary -->
40 <option name="mobly-test-timeout" value="180000" />
41 </test>
42</configuration>
43