blob: 451ad7337ac0f9d8b7f2131ddb40a7cc90c777b6 [file] [log] [blame]
Bookatz715758f2017-12-08 13:32:27 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 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 Statsd host test cases">
jdesprez816df742017-12-16 04:19:31 -080017 <option name="test-suite-tag" value="cts" />
Bookatz715758f2017-12-08 13:32:27 -080018 <option name="config-descriptor:metadata" key="component" value="statsd" />
junyulai837b8ac2020-05-18 16:52:59 +080019 <option name="config-descriptor:metadata" key="token" value="SIM_CARD" />
Jie Lia920ed12019-04-24 18:21:11 -070020 <option name="config-descriptor:metadata" key="parameter" value="instant_app" />
Chenjie Yu75225a12019-01-29 09:53:33 -080021 <option name="config-descriptor:metadata" key="parameter" value="multi_abi" />
jovanakdf6debb2020-01-14 13:59:24 -080022 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
Bookatz715758f2017-12-08 13:32:27 -080023 <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" >
24 <option name="jar" value="CtsStatsdHostTestCases.jar" />
25 </test>
Chen Zhuf2a23a92020-05-08 15:53:37 -070026
27 <object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
28 <option name="mainline-module-package-name" value="com.google.android.os.statsd" />
29 </object>
Bookatz715758f2017-12-08 13:32:27 -080030</configuration>