blob: 6d03c2344839bbdda4342140c8088e3da84b9b47 [file] [log] [blame]
Luke Huang3c5f35a2018-11-21 14:38:40 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright 2018 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 Huang84d8e362018-12-21 18:50:41 +080016<configuration description="Config for CTS Native Network dns test cases">
Luke Huang3c5f35a2018-11-21 14:38:40 +080017 <option name="test-suite-tag" value="cts" />
18 <option name="config-descriptor:metadata" key="component" value="networking" />
Lorenzo Colittif011d5f2019-03-25 13:40:16 +090019 <option name="config-descriptor:metadata" key="parameter" value="instant_app" />
20 <option name="config-descriptor:metadata" key="parameter" value="multi_abi" />
Bookatz42919c72019-10-18 11:10:48 -040021 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
Luke Huang3c5f35a2018-11-21 14:38:40 +080022 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
23 <option name="cleanup" value="true" />
24 <option name="push" value="CtsNativeNetDnsTestCases->/data/local/tmp/CtsNativeNetDnsTestCases" />
25 <option name="append-bitness" value="true" />
26 </target_preparer>
27 <test class="com.android.tradefed.testtype.GTest" >
28 <option name="native-test-device-path" value="/data/local/tmp" />
29 <option name="module-name" value="CtsNativeNetDnsTestCases" />
30 <option name="runtime-hint" value="1m" />
31 </test>
32</configuration>