blob: 52b8d5562f767b74375150a817196660fa04a151 [file] [log] [blame]
Filip Gruszczynskibef1b5c2015-11-24 18:25:08 -08001<?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-->
16<configuration description="Config for CTS Sample host test cases">
Guang Zhuc40b6fd2017-06-02 17:17:14 -070017 <option name="config-descriptor:metadata" key="component" value="framework" />
jdesprezfd6d41d2017-04-11 15:43:44 -070018 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
Filip Gruszczynskibef1b5c2015-11-24 18:25:08 -080019 <option name="cleanup-apks" value="true" />
20 <option name="test-file-name" value="CtsDeviceServicesTestApp.apk" />
Andrii Kulian8090da62017-01-16 15:29:22 -080021 <option name="test-file-name" value="CtsDeviceServicesTestSecondApp.apk" />
22 <option name="test-file-name" value="CtsDeviceServicesTestThirdApp.apk" />
Shukang Zhou18ce4352017-01-31 16:29:42 -080023 <option name="test-file-name" value="CtsDeviceDebuggableApp.apk" />
Alan Viverette9a0a8442016-06-17 15:25:58 -040024 <option name="test-file-name" value="CtsDeviceDisplaySizeApp.apk" />
David Stevense5705602017-03-28 00:04:01 -070025 <option name="test-file-name" value="CtsDisplayServiceApp.apk" />
Bryce Leedb55e5c2017-08-18 15:55:26 -070026 <option name="test-file-name" value="CtsDeviceTranslucentTestApp.apk" />
Filip Gruszczynskibef1b5c2015-11-24 18:25:08 -080027 </target_preparer>
28 <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" >
Stuart Scottddf34dd2015-12-14 15:12:36 -080029 <option name="jar" value="CtsServicesHostTestCases.jar" />
Shukang Zhou18ce4352017-01-31 16:29:42 -080030 <option name="runtime-hint" value="4m44s" />
Filip Gruszczynskibef1b5c2015-11-24 18:25:08 -080031 </test>
32</configuration>