blob: fd39c91aa05d04a2190a9b76211f9da4a0d0c9b9 [file] [log] [blame]
Stuart Scott3552d232015-09-28 19:42:49 -07001<?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-->
Stuart Scott917ec942015-09-14 13:32:02 -070016<configuration description="Config for the CTS Security host tests">
jdesprez503a3db2017-12-16 04:19:31 -080017 <option name="test-suite-tag" value="cts" />
Guang Zhu52936792017-06-02 17:17:14 -070018 <option name="config-descriptor:metadata" key="component" value="security" />
Jeff Vander Stoep06dc8ec2019-03-05 12:27:46 -080019 <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
Jeff Vander Stoep255edef2019-04-03 13:13:11 -070020 <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
Julien Desprez3b7a6432019-06-19 15:30:07 -070021 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
Andres Celis06c47e32017-11-30 13:45:25 -080022
Yifan Hong0255fc22020-09-02 19:06:50 -070023 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.DeviceInfoCollector">
24 <option name="apk" value="CtsDeviceInfo.apk"/>
25 <option name="package" value="com.android.compatibility.common.deviceinfo"/>
26 <!-- Keep path in sync with SELinuxHostTest.DEVICE_INFO_DEVICE_DIR -->
27 <option name="src-dir" value="/sdcard/device-info-files/"/>
28 <option name="throw-error" value="true"/>
29 <option name="force-collect-device-info" value="true"/>
30 <option name="apk-instrumentation-filter" value="com.android.compatibility.common.deviceinfo.VintfDeviceInfo" />
31 </target_preparer>
32
Stuart Scott917ec942015-09-14 13:32:02 -070033 <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" >
34 <option name="jar" value="CtsSecurityHostTestCases.jar" />
Moriah Tobinc8de4b22018-03-19 15:57:21 -070035 <option name="runtime-hint" value="8m40s" />
Stuart Scott3552d232015-09-28 19:42:49 -070036 </test>
37</configuration>