Stuart Scott | 3552d23 | 2015-09-28 19:42:49 -0700 | [diff] [blame] | 1 | <?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 Scott | 917ec94 | 2015-09-14 13:32:02 -0700 | [diff] [blame] | 16 | <configuration description="Config for the CTS Security host tests"> |
jdesprez | 503a3db | 2017-12-16 04:19:31 -0800 | [diff] [blame] | 17 | <option name="test-suite-tag" value="cts" /> |
Guang Zhu | 5293679 | 2017-06-02 17:17:14 -0700 | [diff] [blame] | 18 | <option name="config-descriptor:metadata" key="component" value="security" /> |
Jeff Vander Stoep | 06dc8ec | 2019-03-05 12:27:46 -0800 | [diff] [blame] | 19 | <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" /> |
Jeff Vander Stoep | 255edef | 2019-04-03 13:13:11 -0700 | [diff] [blame] | 20 | <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" /> |
Julien Desprez | 3b7a643 | 2019-06-19 15:30:07 -0700 | [diff] [blame] | 21 | <option name="config-descriptor:metadata" key="parameter" value="secondary_user" /> |
Andres Celis | 06c47e3 | 2017-11-30 13:45:25 -0800 | [diff] [blame] | 22 | |
Yifan Hong | 0255fc2 | 2020-09-02 19:06:50 -0700 | [diff] [blame] | 23 | <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 Scott | 917ec94 | 2015-09-14 13:32:02 -0700 | [diff] [blame] | 33 | <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" > |
| 34 | <option name="jar" value="CtsSecurityHostTestCases.jar" /> |
Moriah Tobin | c8de4b2 | 2018-03-19 15:57:21 -0700 | [diff] [blame] | 35 | <option name="runtime-hint" value="8m40s" /> |
Stuart Scott | 3552d23 | 2015-09-28 19:42:49 -0700 | [diff] [blame] | 36 | </test> |
| 37 | </configuration> |