Cody Northrop | fab47c3 | 2017-11-19 14:37:45 -0700 | [diff] [blame] | 1 | <?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 | |
| 17 | <configuration description="Config for CtsGpuToolsHostTestCases"> |
jdesprez | 503a3db | 2017-12-16 04:19:31 -0800 | [diff] [blame] | 18 | <option name="test-suite-tag" value="cts" /> |
Fang Deng | e91831e | 2019-01-02 11:51:34 -0800 | [diff] [blame] | 19 | <option name="config-descriptor:metadata" key="component" value="graphics" /> |
Cody Northrop | 0a517ba | 2019-04-03 08:13:55 -0600 | [diff] [blame] | 20 | <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" /> |
Cody Northrop | ff61b41 | 2019-02-06 16:32:59 -0700 | [diff] [blame] | 21 | <option name="config-descriptor:metadata" key="parameter" value="multi_abi" /> |
jovanak | ad2001d | 2019-10-29 19:00:27 -0700 | [diff] [blame] | 22 | <option name="config-descriptor:metadata" key="parameter" value="secondary_user" /> |
ramindani | 5e2e328 | 2021-08-27 16:55:12 +0000 | [diff] [blame] | 23 | <option name="config-descriptor:metadata" key="parameter" value="no_foldable_states" /> |
Cody Northrop | fab47c3 | 2017-11-19 14:37:45 -0700 | [diff] [blame] | 24 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
| 25 | <option name="cleanup-apks" value="true" /> |
| 26 | <option name="test-file-name" value="CtsGpuToolsRootlessGpuDebugApp-DEBUG.apk" /> |
| 27 | </target_preparer> |
| 28 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
| 29 | <option name="cleanup-apks" value="true" /> |
| 30 | <option name="test-file-name" value="CtsGpuToolsRootlessGpuDebugApp-RELEASE.apk" /> |
| 31 | </target_preparer> |
| 32 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
| 33 | <option name="cleanup-apks" value="true" /> |
Adam Bodnar | bfddaa9 | 2019-10-30 12:04:35 -0700 | [diff] [blame] | 34 | <option name="test-file-name" value="CtsGpuToolsRootlessGpuDebugApp-INJECT.apk" /> |
| 35 | </target_preparer> |
| 36 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
| 37 | <option name="cleanup-apks" value="true" /> |
Cody Northrop | fab47c3 | 2017-11-19 14:37:45 -0700 | [diff] [blame] | 38 | <option name="test-file-name" value="CtsGpuToolsRootlessGpuDebugApp-LAYERS.apk" /> |
| 39 | </target_preparer> |
Cody Northrop | 8f37059 | 2019-04-09 14:23:50 -0600 | [diff] [blame] | 40 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
| 41 | <option name="cleanup-apks" value="true" /> |
| 42 | <option name="test-file-name" value="CtsGpuToolsRootlessGpuDebugApp-GLES_LAYERS.apk" /> |
| 43 | </target_preparer> |
Cody Northrop | fab47c3 | 2017-11-19 14:37:45 -0700 | [diff] [blame] | 44 | <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" > |
| 45 | <option name="jar" value="CtsGpuToolsHostTestCases.jar" /> |
| 46 | </test> |
| 47 | </configuration> |