blob: d4f9825a075ec684753df51b592b2cff2a975212 [file] [log] [blame]
Cody Northropfab47c32017-11-19 14:37:45 -07001<?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">
jdesprez503a3db2017-12-16 04:19:31 -080018 <option name="test-suite-tag" value="cts" />
Fang Denge91831e2019-01-02 11:51:34 -080019 <option name="config-descriptor:metadata" key="component" value="graphics" />
Cody Northrop0a517ba2019-04-03 08:13:55 -060020 <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
Cody Northropff61b412019-02-06 16:32:59 -070021 <option name="config-descriptor:metadata" key="parameter" value="multi_abi" />
jovanakad2001d2019-10-29 19:00:27 -070022 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
ramindani5e2e3282021-08-27 16:55:12 +000023 <option name="config-descriptor:metadata" key="parameter" value="no_foldable_states" />
Cody Northropfab47c32017-11-19 14:37:45 -070024 <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 Bodnarbfddaa92019-10-30 12:04:35 -070034 <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 Northropfab47c32017-11-19 14:37:45 -070038 <option name="test-file-name" value="CtsGpuToolsRootlessGpuDebugApp-LAYERS.apk" />
39 </target_preparer>
Cody Northrop8f370592019-04-09 14:23:50 -060040 <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 Northropfab47c32017-11-19 14:37:45 -070044 <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" >
45 <option name="jar" value="CtsGpuToolsHostTestCases.jar" />
46 </test>
47</configuration>