Nash Lincoln | de95223 | 2015-09-17 13:46:25 -0700 | [diff] [blame] | 1 | <!-- Copyright (C) 2015 The Android Open Source Project |
| 2 | |
| 3 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | you may not use this file except in compliance with the License. |
| 5 | You may obtain a copy of the License at |
| 6 | |
| 7 | http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | |
| 9 | Unless required by applicable law or agreed to in writing, software |
| 10 | distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | See the License for the specific language governing permissions and |
| 13 | limitations under the License. |
| 14 | --> |
Stuart Scott | 48d6d1e | 2015-10-05 17:37:41 -0700 | [diff] [blame] | 15 | <configuration description="Config for CTS Net test cases"> |
jdesprez | 607948b | 2017-12-16 04:19:31 -0800 | [diff] [blame] | 16 | <option name="test-suite-tag" value="cts" /> |
Guang Zhu | dd8918c | 2017-06-02 17:17:14 -0700 | [diff] [blame] | 17 | <option name="config-descriptor:metadata" key="component" value="networking" /> |
Julien Desprez | c2b211f | 2018-12-17 12:45:11 -0800 | [diff] [blame] | 18 | <option name="config-descriptor:metadata" key="token" value="SIM_CARD" /> |
paulhu | 78e4a18 | 2019-05-03 16:30:46 +0800 | [diff] [blame^] | 19 | <option name="config-descriptor:metadata" key="parameter" value="instant_app" /> |
| 20 | <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" /> |
Julien Desprez | c2b211f | 2018-12-17 12:45:11 -0800 | [diff] [blame] | 21 | <option name="not-shardable" value="true" /> |
jdesprez | 7b9e244 | 2017-04-11 15:43:44 -0700 | [diff] [blame] | 22 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
Stuart Scott | 48d6d1e | 2015-10-05 17:37:41 -0700 | [diff] [blame] | 23 | <option name="cleanup-apks" value="true" /> |
| 24 | <option name="test-file-name" value="CtsNetTestCases.apk" /> |
| 25 | </target_preparer> |
| 26 | <test class="com.android.tradefed.testtype.AndroidJUnitTest" > |
Nash Lincoln | de95223 | 2015-09-17 13:46:25 -0700 | [diff] [blame] | 27 | <option name="package" value="android.net.cts" /> |
Stuart Scott | 131383d | 2015-12-14 15:12:36 -0800 | [diff] [blame] | 28 | <option name="runtime-hint" value="9m4s" /> |
Jiyong Park | b58fc86 | 2018-04-01 17:05:33 +0900 | [diff] [blame] | 29 | <option name="hidden-api-checks" value="false" /> |
Ricky Wai | 328a891 | 2019-02-20 15:46:43 +0000 | [diff] [blame] | 30 | <option name="isolated-storage" value="false" /> |
Nash Lincoln | de95223 | 2015-09-17 13:46:25 -0700 | [diff] [blame] | 31 | </test> |
Nash Lincoln | de95223 | 2015-09-17 13:46:25 -0700 | [diff] [blame] | 32 | </configuration> |