blob: 44e35a93dab068c87df5f5349a03ebe3ee20c260 [file] [log] [blame]
Remi NGUYEN VANbef435b2022-04-07 16:20:41 +09001<!-- Copyright (C) 2022 The Android Open Source Project
2
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
7 http://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14-->
15<configuration description="Configuration for connectivity {MODULE} tests">
16 <option name="test-suite-tag" value="mts" />
17 <option name="config-descriptor:metadata" key="mainline-param" value="CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex" />
18 <!-- The tested code is only part of a SDK 30+ module (Tethering) -->
19 <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk30ModuleController" />
20
21 <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/>
22 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
23 <option name="cleanup" value="true" />
24 <option name="push" value="{MODULE}->/data/local/tmp/{MODULE}" />
25 </target_preparer>
26 <test class="com.android.tradefed.testtype.GTest" >
27 <option name="native-test-device-path" value="/data/local/tmp" />
28 <option name="module-name" value="{MODULE}" />
29 </test>
30</configuration>