blob: 9acfe5fe44c855bc1a94a2112fb49e81033134f5 [file] [log] [blame]
Luke Huang4140bbf2020-03-25 13:52:47 +00001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2020 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-->
Luke Huang26e58152020-03-30 11:51:36 +000016<!-- Workaround for MTS coverage because test infra is running the 64 bit
17 test suite on cf_x86_phone (32-bit). See b/147785146 for details.
18 We need to push the correct binary against the architecture of
19 test device with "append-bitness" option.
Luke Huang4140bbf2020-03-25 13:52:47 +000020-->
21<configuration description="Configuration for {MODULE} tests">
22 <option name="test-suite-tag" value="mts" />
Luke Huang46799392020-07-08 16:58:33 +080023 <option name="config-descriptor:metadata" key="mainline-param" value="CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex" />
Luke Huang4140bbf2020-03-25 13:52:47 +000024 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
25 <option name="cleanup" value="true" />
26 <option name="push" value="{MODULE}->/data/local/tmp/{MODULE}" />
Luke Huang26e58152020-03-30 11:51:36 +000027 <option name="append-bitness" value="true" />
Luke Huang4140bbf2020-03-25 13:52:47 +000028 </target_preparer>
29 <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/>
30 <test class="com.android.tradefed.testtype.GTest" >
31 <option name="native-test-device-path" value="/data/local/tmp" />
32 <option name="module-name" value="{MODULE}" />
33 <option name="runtime-hint" value="10m" />
34 <!-- test-timeout unit is ms, value = 10 min -->
35 <option name="native-test-timeout" value="600000" />
36 </test>
37</configuration>