blob: eb515b2ef87eedf9febc03c45a9a515f80fd7d10 [file] [log] [blame]
Stefan Kuhne1bb9cf62015-05-26 13:15:01 -07001<?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-->
Stuart Scott1bf91b22015-10-05 17:37:41 -070016<configuration description="Config for CTS App test cases">
Guang Zhuc40b6fd2017-06-02 17:17:14 -070017 <option name="config-descriptor:metadata" key="component" value="framework" />
Aaron Holdenc80ff2e2015-11-13 16:54:10 -080018 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.LocationCheck" />
jdesprezfd6d41d2017-04-11 15:43:44 -070019 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
Stuart Scott1bf91b22015-10-05 17:37:41 -070020 <option name="cleanup-apks" value="true" />
21 <option name="test-file-name" value="CtsSimpleApp.apk" />
22 <option name="test-file-name" value="CtsAppTestStubs.apk" />
Bryce Lee5fd9c0e2017-02-02 16:12:21 -080023 <option name="test-file-name" value="CtsAppTestStubsDifferentUid.apk" />
Stuart Scott1bf91b22015-10-05 17:37:41 -070024 <option name="test-file-name" value="CtsAppTestCases.apk" />
Wale Ogunwale7a181b92017-03-22 15:08:50 -070025 <option name="test-file-name" value="CtsAppTestSdk25.apk" />
Stuart Scott1bf91b22015-10-05 17:37:41 -070026 </target_preparer>
27 <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
Stuart Scott9bdd69b2015-08-11 13:09:33 -070028 <option name="package" value="android.app.cts" />
Nicholas Sauerfdebe6d2016-03-18 17:08:24 -070029 <option name="runtime-hint" value="6m38s" />
Stuart Scott9bdd69b2015-08-11 13:09:33 -070030 </test>
Aaron Holden72decc22015-09-17 18:13:34 -070031
32</configuration>