Adam Powell | 155ac7e | 2016-03-08 15:43:19 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2016 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="Configuration for app.usage Tests"> |
jdesprez | 503a3db | 2017-12-16 04:19:31 -0800 | [diff] [blame] | 17 | <option name="test-suite-tag" value="cts" /> |
Aurimas Liutikas | e1028bc | 2017-06-30 13:46:08 -0700 | [diff] [blame] | 18 | <option name="config-descriptor:metadata" key="component" value="uitoolkit" /> |
Julien Desprez | eb71891 | 2018-06-25 14:17:21 -0700 | [diff] [blame] | 19 | <option name="config-descriptor:metadata" key="parameter" value="instant_app" /> |
Ian Lake | ca8dcd9 | 2019-02-08 15:32:56 -0800 | [diff] [blame] | 20 | <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" /> |
Bookatz | d6cb868 | 2019-10-16 16:23:02 -0400 | [diff] [blame] | 21 | <option name="config-descriptor:metadata" key="parameter" value="secondary_user" /> |
jdesprez | fd6d41d | 2017-04-11 15:43:44 -0700 | [diff] [blame] | 22 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
Adam Powell | 155ac7e | 2016-03-08 15:43:19 -0800 | [diff] [blame] | 23 | <option name="cleanup-apks" value="true" /> |
| 24 | <option name="test-file-name" value="CtsFragmentTestCases.apk" /> |
| 25 | </target_preparer> |
| 26 | <test class="com.android.tradefed.testtype.AndroidJUnitTest" > |
| 27 | <option name="package" value="android.fragment.cts" /> |
Julien Desprez | 34a8fa5 | 2016-11-02 12:11:38 +0000 | [diff] [blame] | 28 | <option name="runtime-hint" value="13m" /> |
Adam Powell | 155ac7e | 2016-03-08 15:43:19 -0800 | [diff] [blame] | 29 | </test> |
Julien Desprez | 34a8fa5 | 2016-11-02 12:11:38 +0000 | [diff] [blame] | 30 | </configuration> |