blob: 0656cae3ca63f27b8ee097bf1230bd4d70689c18 [file] [log] [blame]
Nash Lincoln0784f042015-11-06 17:05:17 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 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 net host test cases">
jdesprez607948b2017-12-16 04:19:31 -080017 <option name="test-suite-tag" value="cts" />
Guang Zhudd8918c2017-06-02 17:17:14 -070018 <option name="config-descriptor:metadata" key="component" value="networking" />
Sudheer Shanka1f672e82017-06-29 14:06:20 -070019 <target_preparer class="com.android.cts.net.NetPolicyTestsPreparer" />
Sudheer Shanka6d389c22018-03-28 19:22:18 -070020
21 <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
22 <option name="teardown-command" value="cmd power set-mode 0" />
23 <option name="teardown-command" value="cmd battery reset" />
24 </target_preparer>
25
Nash Lincoln0784f042015-11-06 17:05:17 -080026 <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" >
27 <option name="jar" value="CtsHostsideNetworkTests.jar" />
Nicholas Sauera5523172016-03-18 17:08:24 -070028 <option name="runtime-hint" value="3m56s" />
Nash Lincoln0784f042015-11-06 17:05:17 -080029 </test>
30</configuration>